From a91797e495a446a43150d19f58c4f73d1e2624dc Mon Sep 17 00:00:00 2001 From: Kulvir <73885344+Kulvir-parmar@users.noreply.github.com> Date: Sat, 5 Feb 2022 02:02:50 +0530 Subject: [PATCH] Update .bash_profile --- .bash_profile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.bash_profile b/.bash_profile index 0f9412c..3eed999 100644 --- a/.bash_profile +++ b/.bash_profile @@ -11,7 +11,7 @@ bldgrn='\e[1;32m' # Bold Green bldpur='\e[1;35m' # Bold Purple txtrst='\e[0m' # Text Reset -emojis=("🌐" "🎲" "🌍" "🌵") +emojis=("🌐" "🎲" "🌵") EMOJI=${emojis[$RANDOM % ${#emojis[@]} ]} @@ -27,6 +27,8 @@ PROMPT_COMMAND="history -a; history -c; history -r; $PROMPT_COMMAND" PS1="$EMOJI > " eval "$(/opt/homebrew/bin/brew shellenv)" +fortune | cowsay -f tux "ara ara kulvir kun" + # ---------------------- # Git Aliases # ---------------------- @@ -34,6 +36,6 @@ alias ga='git add' alias gaa='git add -A' alias gcm='git commit -m' alias gd='git diff' -alias gp='git pull' -alias gpsh='git push' +alias gpl='git pull' +alias gp='git push' alias gs='git status'