Skip to content

Instantly share code, notes, and snippets.

@sin9yt
Last active May 26, 2018 14:21
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 sin9yt/7866d71057881c592dac74d3b5600e5d to your computer and use it in GitHub Desktop.
Save sin9yt/7866d71057881c592dac74d3b5600e5d to your computer and use it in GitHub Desktop.
My Bash Prompt (.bashrc) :
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m[\033[01;32m\]\u\[\033[00m\] \[\033[01;34m\]\w\[\033[01;32m\]]\[\033[00m\]\$ '
ViM Editor (.vimrc) :
syntax on
set tabstop=4 softtabstop=4 shiftwidth=4
set expandtab ai number ruler
highlight Comment ctermfg=green
set viminfo=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment