Minor improvements
This commit is contained in:
parent
463d019f4d
commit
de6408f39f
@ -37,7 +37,7 @@ client.urgent $rd $rd $tx
|
||||
bar {
|
||||
status_command i3status --config ~/.i3/i3status.conf
|
||||
font -*-*-*-*-*-*-8-*-*-*-*-*-*-*
|
||||
#mode hide
|
||||
mode hide
|
||||
#position top
|
||||
modifier Mod4
|
||||
tray_output primary
|
||||
|
@ -1,2 +1,3 @@
|
||||
#!/bin/bash
|
||||
if [[ -d ~/.i3/wallOM ]];then feh --bg-scale "`shuf -n1 -e ~/.i3/wallOM/*`";else feh --bg-scale "`shuf -n1 -e ~/.i3/wall/*`";fi;
|
||||
#if [[ -d ~/.i3/wallOM ]];then feh --bg-scale "`shuf -n1 -e ~/.i3/wallOM/*`";else feh --bg-scale "`shuf -n1 -e ~/.i3/wall/*`";fi;
|
||||
feh --bg-scale "$(shuf -n1 -e ~/.i3/wallOM/*)"
|
||||
|
@ -74,21 +74,21 @@ alias less='less -R'
|
||||
alias tree='tree -C'
|
||||
alias grep="grep -P"
|
||||
alias skim="(head -5; tail -5) <"
|
||||
function cp() { rsync -ha --info=progress2 "$@" }
|
||||
function c() { cp "$@" }
|
||||
alias -g c='rsync -ha --info=progress2 "$@"'
|
||||
alias cp='rsync -ha --info=progress2 "$@"'
|
||||
function mv() { /bin/mv -v "$@" }
|
||||
function m() { mv "$@" }
|
||||
compdef _cp c m mv cp
|
||||
compdef _cp c m mv cp copy
|
||||
alias dt='date "+%F %T"'
|
||||
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'
|
||||
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 install='sudo apt-get --show-progress install'
|
||||
alias remove='sudo apt-get --show-progress remove'
|
||||
alias update='sudo apt-get update'
|
||||
alias upgrade='sudo apt-get --show-progress upgrade'
|
||||
|
@ -179,7 +179,7 @@ set textwidth=0
|
||||
syntax on
|
||||
let g:airline_left_sep='▶'
|
||||
let g:airline_right_sep='◀'
|
||||
let g:airline#extensions#syntastic#enabled=1
|
||||
let g:airline#extensions#syntastic#enabled=0
|
||||
let g:airline#extensions#whitespace#enabled=0
|
||||
let g:airline#extensions#whitespace#show_message=0
|
||||
let g:airline#extensions#tmuxline#enabled=1
|
||||
|
Loading…
Reference in New Issue
Block a user