This commit is contained in:
DashieTM 2024-09-08 21:34:28 +02:00
parent 6c57ca5b72
commit 3a2266d44f

View file

@ -45,8 +45,9 @@
set EDITOR "neovide --no-fork" set EDITOR "neovide --no-fork"
alias rebuild='sudo nixos-rebuild switch --flake ${config.conf.nixos-config-path}' alias rebuild='nh os switch'
alias update='sudo nixos-rebuild switch --flake ${config.conf.nixos-config-path}' alias update='nix flake update $FLAKE'
alias updateLock='nix flake lock $FLAKE --update-input'
abbr --add ls 'lsd' abbr --add ls 'lsd'
abbr --add :q 'exit' abbr --add :q 'exit'
abbr --add gh 'git push origin' abbr --add gh 'git push origin'