Skip to content

Instantly share code, notes, and snippets.

@nathantowell
Created June 25, 2018 08:11
Show Gist options
  • Save nathantowell/f4bbcb56bc02615d40eca693afebbbf7 to your computer and use it in GitHub Desktop.
Save nathantowell/f4bbcb56bc02615d40eca693afebbbf7 to your computer and use it in GitHub Desktop.
Custom bash setup
# Include Custom Setup
source ~/.custombash
# Custom Bash Prompt
export PS1="\[\033[38;5;238m\][\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]\[\033[38;5;243m\]\u\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]\[\033[38;5;238m\]:\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]\[\033[38;5;228m\]\h\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]\[\033[38;5;238m\]]\[$(tput sgr0)\]\[\033[38;5;15m\]\n\[$(tput sgr0)\]\[\033[38;5;249m\]\w\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]\[\033[38;5;249m\]>\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]"
# Enable "fuck" alias
eval $(thefuck --alias)
# Disable Shell History
export HISTFILE=/dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment