Update update command (lel)

This commit is contained in:
DashieTM 2024-11-09 23:25:39 +01:00
parent 7cba9d23a1
commit a138b332a3

View file

@ -46,8 +46,7 @@
set EDITOR "neovide --no-fork"
alias rebuild='nh os switch'
alias update='nix flake update $FLAKE'
alias updateLock='nix flake lock $FLAKE --update-input'
alias update='nix flake update --flake $FLAKE'
abbr --add ls 'lsd'
abbr --add :q 'exit'
abbr --add gh 'git push origin'