This commit is contained in:
Faerbit 2015-11-17 12:20:25 +01:00
commit cca38a9d0f
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
twitch() {
livestreamer "twitch.tv/$1" &
}
sysupgrade(){
old_kernel=$(pacman -Q linux-raspberrypi | awk '{print $2 }')
sudo pacmatic -Syu

4
zshrc
View File

@ -39,8 +39,12 @@ alias gdfs='git diff --staged'
alias gad='git add'
alias gcm='git commit'
alias resource='source ~/.zshrc'
alias battery='upower -i /org/freedesktop/UPower/devices/battery_BAT0 | grep "time to empty"'
alias poweroff='sudo poweroff'
alias reboot='sudo reboot'
alias n='ninja'
alias cmake='cmake -G Ninja'
alias v='vim'
if [ -f .zsh_environment ]
then
source ~/.zsh_environment