diff --git a/i3/config b/i3/config index 2630363..f306f3b 100644 --- a/i3/config +++ b/i3/config @@ -181,4 +181,5 @@ exec --no-startup-id /usr/bin/parcellite exec --no-startup-id /usr/bin/numlockx exec --no-startup-id /usr/bin/synapse -s exec --no-startup-id /usr/bin/zeal +exec --no-startup-id xset -b # vim: ts=2:sw=2:et diff --git a/shells/zshrc b/shells/zshrc index b5e005e..ddcb79b 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -65,7 +65,9 @@ alias awake='disphost; while true; do xdotool mousemove 0 0; sleep 60; done' alias adk='/home/stonewareslord/Applications/adk/bin/studio.sh & disown' alias resource='. ~/.zshrc' alias install='sudo apt-get --show-progress install' -alias ins='sudo emerge --autounmask-write -va' +function ins(){ + sudo zsh -c "emerge --fetchonly --autounmask-write -av $@&&emerge -v $@" +} alias etup='sudo etc-update --automode -3 <<< y' alias search='apt-cache search' alias remove='sudo apt-get --show-progress remove' diff --git a/vim/vimrc b/vim/vimrc index 7a59f41..a93b347 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -254,9 +254,9 @@ Plug 'groenewege/vim-less' "LESS highlighting | https://github.com/groenewege/vim-less Plug 'pangloss/vim-javascript' "JS syntax and indentation | https://github.com/pangloss/vim-javascript -Plug 'briancollins/vim-jst' +"Plug 'briancollins/vim-jst' "Actually, I do not know what this does | https://github.com/briancollins/vim-jst -Plug 'kchmck/vim-coffee-script' +"Plug 'kchmck/vim-coffee-script' "Coffeescript syntax | https://github.com/kchmck/vim-coffee-script Plug 'Lokaltog/powerline-fonts' "Better powerline fonts | https://github.com/Lokaltog/powerline-fonts