Skip to content

Instantly share code, notes, and snippets.

@c33k
Last active September 21, 2015 21:48
Show Gist options
  • Save c33k/95aaa3092ba0ed21b598 to your computer and use it in GitHub Desktop.
Save c33k/95aaa3092ba0ed21b598 to your computer and use it in GitHub Desktop.
How to configure your bash to look prettier.
Take a look at Paul Irish "dotfiles":
https://github.com/paulirish/dotfiles
and other users dotfiles
http://dotfiles.github.io/
###Z DIRECTORY JUMPER:
https://github.com/rupa/z/wiki
Copy z.sh into any directory and append this to your ~/.bashrc file:
. ~/<z.sh path>
Same with Paul Irish's .bash_prompt.
###C for Colorized cat:
pip install Pygments
alias ccat='pygmentize -g -O style=colorful,linenos=1'
###SSH EASY
http://blog.grayghostvisuals.com/workflow/how-to-ssh-easily/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment