Last active
May 26, 2018 14:21
-
-
Save sin9yt/7866d71057881c592dac74d3b5600e5d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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