Adapted aliases.conf
This commit is contained in:
@@ -21,9 +21,9 @@ alias gcp='git add . && git commit && git push'
|
|||||||
alias cd='z'
|
alias cd='z'
|
||||||
|
|
||||||
alias emt='emacs README.org --batch -f org-babel-tangle && emacs -Q --batch README.org -f org-html-export-to-html'
|
alias emt='emacs README.org --batch -f org-babel-tangle && emacs -Q --batch README.org -f org-html-export-to-html'
|
||||||
alias nxs='cd ~/Repos/nextcloud_ecosystem/system-master/ && sudo nixos-rebuild switch --flake .#traveldroid'
|
alias nxs='cd ~/Repos/nixos/system-master/ && sudo nixos-rebuild switch --flake .#traveldroid'
|
||||||
alias nxt='cd ~/Repos/nextcloud_ecosystem/system-master/ && sudo nixos-rebuild test --flake .#traveldroid'
|
alias nxt='cd ~/Repos/nixos/system-master/ && sudo nixos-rebuild test --flake .#traveldroid'
|
||||||
alias nxv='cd ~/Repos/nextcloud_ecosystem/system-master/ && sudo nixos-rebuild build-vm --flake .#traveldroid && "$(ls -1 ./result/bin/run-*-vm | head -n 1)"'
|
alias nxv='cd ~/Repos/nixos/system-master/ && sudo nixos-rebuild build-vm --flake .#traveldroid && "$(ls -1 ./result/bin/run-*-vm | head -n 1)"'
|
||||||
|
|
||||||
alias rb='systemctl reboot'
|
alias rb='systemctl reboot'
|
||||||
alias po='systemctl poweroff'
|
alias po='systemctl poweroff'
|
||||||
|
|||||||
Reference in New Issue
Block a user