Add alias to zsh to reconfigure my guix-home

This commit is contained in:
Tom Willemse 2023-08-29 22:20:03 -07:00
parent 9679603547
commit 4cca6074fa

View file

@ -91,6 +91,7 @@
"alias scsh=\"rlwrap scsh\"\n"
"alias sbcl=\"rlwrap sbcl\"\n"
"alias hc=herbstclient\n"
"alias reco=\"pushd ~/projects/new-dotfiles/ && guix home reconfigure config.scm; popd\"\n"
"setopt SHARE_HISTORY\n"
"setopt HIST_IGNORE_ALL_DUPS\n"
"setopt HIST_IGNORE_SPACE\n"