Skip to content

Instantly share code, notes, and snippets.

@woodRock
Created March 14, 2020 06:08
Show Gist options
  • Save woodRock/acb470e77f36a05ca20b864c4c6b5d1c to your computer and use it in GitHub Desktop.
Save woodRock/acb470e77f36a05ca20b864c4c6b5d1c to your computer and use it in GitHub Desktop.
Bash Configuration

Bash Configuration

Add the following to the bottom of your bash script.

#required for the fuck package
eval "$(thefuck --alias)"

#customise the bash prompt
PS1="\[\033[01;34m\]$\[\033[01;00m\] "

#startup animations for bash
cmatrix -s -C blue
neofetch

alias r='ranger'
alias v='vim'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment