mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
[shell/alias] add nix-install-pwd
This commit is contained in:
parent
3526ecc8d6
commit
f4408b747a
1 changed files with 3 additions and 0 deletions
|
@ -100,6 +100,9 @@ alias key-repair-all='wget -q http://archive.getdeb.net/getdeb-archive.key -O- |
|
|||
alias pacman-update='sudo pacman -Syu'
|
||||
alias aur-update='yay -Syua'
|
||||
|
||||
# NIX:
|
||||
alias nix-env-pwd-install='nix-env -f . -iA'
|
||||
|
||||
# DOTFILES:
|
||||
alias dotfile-update-submodules='cd ~/.dotfiles/ && git submodule foreach git pull origin master'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue