Add abcde as an alias for running through guix shell
I don't use ‘abcde’ frequently enough to keep it in my home profile all the time.
This commit is contained in:
parent
c900af3e00
commit
8341bb5d24
2 changed files with 1 additions and 1 deletions
|
@ -92,6 +92,7 @@
|
||||||
"alias sbcl=\"rlwrap sbcl\"\n"
|
"alias sbcl=\"rlwrap sbcl\"\n"
|
||||||
"alias hc=herbstclient\n"
|
"alias hc=herbstclient\n"
|
||||||
"alias reco=\"pushd ~/projects/new-dotfiles/ && guix home reconfigure config.scm; popd\"\n"
|
"alias reco=\"pushd ~/projects/new-dotfiles/ && guix home reconfigure config.scm; popd\"\n"
|
||||||
|
"alias abcde=\"guix shell abcde -- abcde\"\n"
|
||||||
"setopt SHARE_HISTORY\n"
|
"setopt SHARE_HISTORY\n"
|
||||||
"setopt HIST_IGNORE_ALL_DUPS\n"
|
"setopt HIST_IGNORE_ALL_DUPS\n"
|
||||||
"setopt HIST_IGNORE_SPACE\n"
|
"setopt HIST_IGNORE_SPACE\n"
|
||||||
|
|
|
@ -320,7 +320,6 @@
|
||||||
gforth
|
gforth
|
||||||
recutils
|
recutils
|
||||||
emacs-rec-mode
|
emacs-rec-mode
|
||||||
abcde
|
|
||||||
;; Might be needed for certain icons?
|
;; Might be needed for certain icons?
|
||||||
hicolor-icon-theme
|
hicolor-icon-theme
|
||||||
;; Might be needed for cetrificates
|
;; Might be needed for cetrificates
|
||||||
|
|
Loading…
Reference in a new issue