Skip to content

Instantly share code, notes, and snippets.

@nextuponstream
Last active August 13, 2021 13:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nextuponstream/3f7d74fccbfd18e41061fdf7ea185551 to your computer and use it in GitHub Desktop.
Save nextuponstream/3f7d74fccbfd18e41061fdf7ea185551 to your computer and use it in GitHub Desktop.
cute shell customisation

Append in .bashrc:

# time: https://askubuntu.com/a/770970
# color: https://www.tecmint.com/customize-bash-colors-terminal-prompt-linux/
# non printing caracters like \e: https://stackoverflow.com/a/14225726
# copy-paste emojis: https://emojipedia.org/search/?q=sloth
export PS1="\[\e[1;32m\]\t \w 🐬🏐🐋🌴🍹 \[\e[0;37m\]"

Will print time, current working directory and a sloth emoji.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment