Skip to content

Commit

Permalink
arch-dev arch-dev-install
Browse files Browse the repository at this point in the history
  • Loading branch information
EnigmaCurry committed Oct 15, 2024
1 parent db760b6 commit 9236db7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/bash/alias.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ alias bb='rlwrap bb'
alias ec="${HOME}/git/vendor/enigmacurry/emacs/ec"
alias run='just run'
alias dev='toolbox enter dev'
alias arch-dev='toolbox enter arch'
alias dev-install="${HOME}/.config/toolbox/fedora-dev.sh"
alias arch-install="${HOME}/.config/toolbox/arch-dev.sh"
alias arch-dev='toolbox enter arch'
alias arch-dev-install="${HOME}/.config/toolbox/arch-dev.sh"
vars() { set -o posix; set | cut -d= -f1 | column; }

0 comments on commit 9236db7

Please sign in to comment.