summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorjohannst <stoelp@eit.uni-kl.de>2017-01-21 15:52:06 +0100
committerjohannst <stoelp@eit.uni-kl.de>2017-01-21 15:52:06 +0100
commitcadd11e2e72c9869c9d4d02b99018f757ec082a6 (patch)
tree01e8fc8a3db8b185fd36d645efad67f588b0369d /bashrc
parented06e97323f671e875802b768fb014d6f1f1e87c (diff)
downloaddotfiles-cadd11e2e72c9869c9d4d02b99018f757ec082a6.tar.gz
dotfiles-cadd11e2e72c9869c9d4d02b99018f757ec082a6.zip
minor fixes
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index c655b8f..d45ae59 100644
--- a/bashrc
+++ b/bashrc
@@ -20,6 +20,7 @@ bind -m vi-command 'Control-a:beginning-of-line'
bind -m vi-command 'Control-e:end-of-line'
bind -m vi-insert 'Control-a:beginning-of-line'
bind -m vi-insert 'Control-e:end-of-line'
+bind -m vi-command '"v":""' # disable opening tmp file
#}}}
#{{{ alias
@@ -45,7 +46,7 @@ BCol_YellowOrange='\e[38;5;214m'
#}}}
#{{{ bash prompt
-export PS1="\[${BCol_DarkRed}\]::\[${BCol_DarkOrange}\]\u\[${BCol_DarkRed}\]::\[${BCol_LightOrange}\]\H\[${BCol_LightGray}\] - \[${BCol_Yellow}\]\t\[${BCol_LightGray}\] - \[${BCol_LightBlue}\]\w\n\[${BCol_NoColor}\][\[${BCol_YellowOrange}\]$?\[${BCol_NoColor}\]] \[${BCol_BlueGray}\]>>\[${BCol_NoColor}\] "
+export PS1="\[${BCol_DarkRed}\]::\[${BCol_DarkOrange}\]\u\[${BCol_DarkRed}\]::\[${BCol_LightOrange}\]\H\[${BCol_LightGray}\] - \[${BCol_Yellow}\]\t\[${BCol_LightGray}\] - \[${BCol_LightBlue}\]\w\n\[${BCol_NoColor}\][\[${BCol_YellowOrange}\]\${?}\[${BCol_NoColor}\]] \[${BCol_BlueGray}\]>>\[${BCol_NoColor}\] "
#}}}
#{{{ ls colors