From b899f366c10b75a77258e7d1718df01965c8b4d5 Mon Sep 17 00:00:00 2001 From: Harri Lahtinen Date: Thu, 28 Oct 2021 22:31:46 +0300 Subject: [PATCH] Aliases.. --- .zaliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zaliases b/.zaliases index b2b6b6b..c05e139 100644 --- a/.zaliases +++ b/.zaliases @@ -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 ;}