mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
[clean] remove duplicate in aliases
This commit is contained in:
parent
d611eb4a0c
commit
6d5a313769
2 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,7 @@ case "$1" in
|
||||||
docker image prune --force
|
docker image prune --force
|
||||||
;;
|
;;
|
||||||
pacman)
|
pacman)
|
||||||
pacman -Scc
|
pacman -Sc
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Please give parameter of: [all docker pacman]"
|
echo "Please give parameter of: [all docker pacman]"
|
||||||
|
|
|
@ -99,7 +99,6 @@ alias key-repair-all='wget -q http://archive.getdeb.net/getdeb-archive.key -O- |
|
||||||
# ARCH:
|
# ARCH:
|
||||||
alias pacman-update='sudo pacman -Syu'
|
alias pacman-update='sudo pacman -Syu'
|
||||||
alias pacaur-update='pacaur -Syua'
|
alias pacaur-update='pacaur -Syua'
|
||||||
alias pacman-clean='sudo pacman -Sc'
|
|
||||||
|
|
||||||
# DOTFILES:
|
# DOTFILES:
|
||||||
alias dotfile-update-submodules='cd ~/.dotfiles/ && git submodule foreach git pull origin master'
|
alias dotfile-update-submodules='cd ~/.dotfiles/ && git submodule foreach git pull origin master'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue