Aliases..

This commit is contained in:
Harri Lahtinen 2021-10-28 22:31:46 +03:00
parent 0f2f9ca04c
commit b899f366c1
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ alias sudisable='sudo systemctl disable'
alias orphans='sudo pacman -Rns $(pacman -Qtdq)'
alias di='kitty +kitten diff'
alias kitheme="cd ~/.config/kitty/themes && fzf --preview 'head -n 40 {} && kitty @ set-colors -a -c {}'; cd -"
alias yca="yadm commit -v -a"
#Check the weather:
weath() { curl wttr.in/Hameenlinna ;}