Skip to content

Instantly share code, notes, and snippets.

@picatz
Created November 25, 2016 19:46
Show Gist options
  • Save picatz/e6da6775b34e7d883dcb99643e23cff4 to your computer and use it in GitHub Desktop.
Save picatz/e6da6775b34e7d883dcb99643e23cff4 to your computer and use it in GitHub Desktop.
# FILE : ~/.bash_profile
function Flip_Table {
if [ $? -ne 0 ]; then
echo "[ ╯ ' □']╯ ︵ ┻━┻ )" | lolcat -F 0.5
else
cur_dir=`pwd | awk -F '/' '{print $NF}'`
echo "𝛑猫 : $cur_dir" | lolcat -F 0.4
fi
}
export PROMPT_COMMAND='Flip_Table'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment