Added bells to emerge commands, modified i3 colors
This commit is contained in:
parent
80dc2f3571
commit
88ee3659f6
@ -29,8 +29,7 @@ set $gn #88b090
|
|||||||
set $rd #e89393
|
set $rd #e89393
|
||||||
|
|
||||||
## set some nice colors border background text
|
## set some nice colors border background text
|
||||||
#client.focused #262626 #262626 $tx
|
client.focused #2f2f2f #2f2f2f #ffffff
|
||||||
client.focused #5a5a5a #5a5a5a #000000
|
|
||||||
client.unfocused $bg $bg $ia
|
client.unfocused $bg $bg $ia
|
||||||
client.focused_inactive $bg $bg $ac
|
client.focused_inactive $bg $bg $ac
|
||||||
client.urgent $rd $rd $tx
|
client.urgent $rd $rd $tx
|
||||||
|
@ -110,7 +110,8 @@ if test -f /etc/gentoo-release; then
|
|||||||
# Gentoo
|
# Gentoo
|
||||||
ins(){
|
ins(){
|
||||||
echo "args: $*"
|
echo "args: $*"
|
||||||
sudo zsh -c "emerge --autounmask-write -av $*"
|
sudo zsh -c "emerge --autounmask-write -Aav $*"
|
||||||
|
echo "\a"
|
||||||
}
|
}
|
||||||
update(){
|
update(){
|
||||||
# If this is a server computer
|
# If this is a server computer
|
||||||
@ -121,8 +122,9 @@ if test -f /etc/gentoo-release; then
|
|||||||
cd /usr/portage >/dev/null
|
cd /usr/portage >/dev/null
|
||||||
sudo zsh -c "git up&&echo Done pulling&&eix-update&&echo Done with eix"
|
sudo zsh -c "git up&&echo Done pulling&&eix-update&&echo Done with eix"
|
||||||
cd ->/dev/null
|
cd ->/dev/null
|
||||||
|
echo '\a'
|
||||||
}
|
}
|
||||||
alias upgrade='sudo emerge --update --newuse --with-bdeps=y --deep --verbose -t -a --keep-going=y --verbose-conflicts @world'
|
alias upgrade='sudo emerge --update --newuse --with-bdeps=y --deep --verbose -t -a --keep-going=y --verbose-conflicts -A @world;echo \\a'
|
||||||
elif test -f /etc/lsb-release; then
|
elif test -f /etc/lsb-release; then
|
||||||
# Ubuntu
|
# Ubuntu
|
||||||
alias install='sudo apt-get --show-progress install'
|
alias install='sudo apt-get --show-progress install'
|
||||||
@ -173,6 +175,9 @@ alias -g L="2>&1|less"
|
|||||||
#alias -g L="2>&1|vimpager"
|
#alias -g L="2>&1|vimpager"
|
||||||
alias -g G='|& ag'
|
alias -g G='|& ag'
|
||||||
export FZF_COMPLETION_OPTS='--no-mouse -m -1 -x'
|
export FZF_COMPLETION_OPTS='--no-mouse -m -1 -x'
|
||||||
|
apush(){
|
||||||
|
adb push $* & pv -d $!
|
||||||
|
}
|
||||||
ctar(){
|
ctar(){
|
||||||
tar -cf - $@|pv -WcN tar|gzip|pv -WcN gzip
|
tar -cf - $@|pv -WcN tar|gzip|pv -WcN gzip
|
||||||
#tar -cf - $@|pv -WcN tar -s $(echo $(du -sb $@|awk '{print $1}'|tr '\n' '+')0|bc)|gzip|pv -WcN dest
|
#tar -cf - $@|pv -WcN tar -s $(echo $(du -sb $@|awk '{print $1}'|tr '\n' '+')0|bc)|gzip|pv -WcN dest
|
||||||
|
Loading…
Reference in New Issue
Block a user