Merge branch 'master' of https://github.com/Faerbit/.dotfiles
This commit is contained in:
commit
cca38a9d0f
@ -1,3 +1,7 @@
|
||||
twitch() {
|
||||
livestreamer "twitch.tv/$1" &
|
||||
}
|
||||
|
||||
sysupgrade(){
|
||||
old_kernel=$(pacman -Q linux-raspberrypi | awk '{print $2 }')
|
||||
sudo pacmatic -Syu
|
||||
|
4
zshrc
4
zshrc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user