diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-04-22 13:35:55 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-04-22 13:35:55 +0000 |
commit | 516450030be9b7fc32ce9f8abeee5b177c3cc8cc (patch) | |
tree | ce1d1c147c00bab68560192778e351f9b8785ff9 /bash_profile | |
parent | 30641fa5c1e4134de80af34ab15e7135c35f7e81 (diff) | |
download | live-516450030be9b7fc32ce9f8abeee5b177c3cc8cc.tar.gz |
Add configs for bash and vim
Diffstat (limited to 'bash_profile')
-rw-r--r-- | bash_profile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bash_profile b/bash_profile new file mode 100644 index 0000000..4819f17 --- /dev/null +++ b/bash_profile @@ -0,0 +1,4 @@ +alias grep='/usr/bin/grep --color' +export PS1='\w:# ' +export HISTIGNORE="&" + |