Minor changes
This commit is contained in:
parent
03ac09c21b
commit
2638b684d0
@ -181,4 +181,5 @@ exec --no-startup-id /usr/bin/parcellite
|
|||||||
exec --no-startup-id /usr/bin/numlockx
|
exec --no-startup-id /usr/bin/numlockx
|
||||||
exec --no-startup-id /usr/bin/synapse -s
|
exec --no-startup-id /usr/bin/synapse -s
|
||||||
exec --no-startup-id /usr/bin/zeal
|
exec --no-startup-id /usr/bin/zeal
|
||||||
|
exec --no-startup-id xset -b
|
||||||
# vim: ts=2:sw=2:et
|
# vim: ts=2:sw=2:et
|
||||||
|
@ -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 adk='/home/stonewareslord/Applications/adk/bin/studio.sh & disown'
|
||||||
alias resource='. ~/.zshrc'
|
alias resource='. ~/.zshrc'
|
||||||
alias install='sudo apt-get --show-progress install'
|
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 etup='sudo etc-update --automode -3 <<< y'
|
||||||
alias search='apt-cache search'
|
alias search='apt-cache search'
|
||||||
alias remove='sudo apt-get --show-progress remove'
|
alias remove='sudo apt-get --show-progress remove'
|
||||||
|
@ -254,9 +254,9 @@ Plug 'groenewege/vim-less'
|
|||||||
"LESS highlighting | https://github.com/groenewege/vim-less
|
"LESS highlighting | https://github.com/groenewege/vim-less
|
||||||
Plug 'pangloss/vim-javascript'
|
Plug 'pangloss/vim-javascript'
|
||||||
"JS syntax and indentation | https://github.com/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
|
"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
|
"Coffeescript syntax | https://github.com/kchmck/vim-coffee-script
|
||||||
Plug 'Lokaltog/powerline-fonts'
|
Plug 'Lokaltog/powerline-fonts'
|
||||||
"Better powerline fonts | https://github.com/Lokaltog/powerline-fonts
|
"Better powerline fonts | https://github.com/Lokaltog/powerline-fonts
|
||||||
|
Loading…
Reference in New Issue
Block a user