diff --git a/tasks/user_cfg/files/dotfiles/zshrc b/tasks/user_cfg/files/dotfiles/zshrc index 735d779c1ce453e429b563f8df7cfb0075770de9..9236488409024ab73c10735ae635858cad5403d6 100644 --- a/tasks/user_cfg/files/dotfiles/zshrc +++ b/tasks/user_cfg/files/dotfiles/zshrc @@ -35,7 +35,6 @@ function gh() { grep --color "$1" ~/.history } alias ada='sudo apt update && sudo apt list --upgradable && sudo apt clean' alias agr='sudo apt upgrade && sudo apt autoclean && sudo apt autoremove' alias apti='sudo apt install' -alias p1='ping -c 1 ' alias gps='for proj in $(find ~/git -mindepth 1 -maxdepth 1 -type d -printf "%p\n");do RES=$(git -C ${proj} status -s) && [[ -n ${RES} ]] && echo "\n# ${proj#${HOME}/git/}:\n${RES}";done' alias gpu='for proj in $(find ~/git -mindepth 1 -maxdepth 1 -type d -printf "%p\n");do git -C ${proj} fetch --prune --quiet || echo "ERROR fetching git repo: ${proj#${HOME}/git/}";done' alias p1='ping -c 1 '