COrrected aliases
This commit is contained in:
Binary file not shown.
@@ -16,14 +16,14 @@ alias gs='git status'
|
||||
alias ga='git add'
|
||||
alias gc='git commit'
|
||||
alias gp ='git push'
|
||||
alias gcp = 'git add . && git commit && git push
|
||||
alias gcp = 'git add . && git commit && git push'
|
||||
|
||||
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 nxs='cd ~/Repos/nextcloud_ecosystem/system-master/ && sudo nixos-rebuild switch --flake ~/Repos/nextcloud_ecosystem/system-master/#traveldroid'
|
||||
alias nxt='cd ~/Repos/nextcloud_ecosystem/system-master/ && sudo nixos-rebuild test --flake ~/Repos/nextcloud_ecosystem/system-master/#traveldroid'
|
||||
alias nxv='cd ~/Repos/nextcloud_ecosystem/system-master/ && sudo nixos-rebuild build-vm --flake ~/Repos/nextcloud_ecosystem/system-master/#traveldroid && "$(ls -1 ./result/bin/run-*-vm | head -n 1)"'
|
||||
alias nxs='cd ~/Repos/nextcloud_ecosystem/system-master/ && sudo nixos-rebuild switch --flake .#traveldroid'
|
||||
alias nxt='cd ~/Repos/nextcloud_ecosystem/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 rb='systemctl reboot'
|
||||
alias po='systemctl poweroff'
|
||||
|
||||
Reference in New Issue
Block a user