Adjust workspace colors and add sudo bash completion

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2017-04-11 10:41:59 +02:00
parent 8d9fc59395
commit a5b5d6382f
4 changed files with 16 additions and 14 deletions

View file

@ -47,7 +47,7 @@ export GTK_IM_MODULE=ibus
export QT_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
# Setting default editor
# Setting default editor and terminal
export VISUAL=vim
export EDITOR="$VISUAL"
export TERMINAL=termite
@ -56,6 +56,7 @@ export TERMINAL=termite
if [ -f /etc/bash_completion ]; then
/etc/bash_completion
fi
complete -cf sudo
# Add users bin directory to the PATH
if [ -d "$HOME/bin" ] ; then