added alias to rebuild script
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -63,12 +63,7 @@ alias fgrep='fgrep --color=auto'
|
|||||||
alias egrep='egrep --color=auto'
|
alias egrep='egrep --color=auto'
|
||||||
|
|
||||||
# packages
|
# packages
|
||||||
alias update='sudo pacman -Syu && yay -Syu && flatpak update'
|
alias rebuild='sh ~/.nix/rebuild.sh'
|
||||||
alias pacrm='sudo pacman -Rnsu'
|
|
||||||
alias yayrm='yay -Rns'
|
|
||||||
alias pacls='pacman -Qe'
|
|
||||||
alias paclsaur='pacman -Qm'
|
|
||||||
alias disup="flatpak update com.discordapp.Discord"
|
|
||||||
|
|
||||||
# tools
|
# tools
|
||||||
alias v='nvim'
|
alias v='nvim'
|
||||||
@@ -85,7 +80,7 @@ alias fw='sudo ufw status verbose'
|
|||||||
# git
|
# git
|
||||||
alias status='git status'
|
alias status='git status'
|
||||||
alias add='git add'
|
alias add='git add'
|
||||||
alias commit='git commit -m'
|
alias commit='git commit -am'
|
||||||
alias push='git push'
|
alias push='git push'
|
||||||
alias pull='git pull'
|
alias pull='git pull'
|
||||||
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
|
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
|
||||||
|
|||||||
Reference in New Issue
Block a user