diff options
Diffstat (limited to '.shells/alias')
-rw-r--r-- | .shells/alias | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.shells/alias b/.shells/alias index 901e81d..93c0b39 100644 --- a/.shells/alias +++ b/.shells/alias @@ -26,7 +26,6 @@ alias yeet='paru -Rsc' # weather alias weather="curl wttr.in" -#aliases alias ls='ls -la --color=auto' alias sb='sudo systemctl start bluetooth' alias mykeys='setxkbmap -option caps:escape' @@ -42,3 +41,6 @@ alias klight="brightnessctl --device='tpacpi::kbd_backlight' set 1" ##yarn alias sweb='BROWSER="firefox" yarn start' + +##flatpaks +alias fanki='flatpak run net.ankiweb.Anki' |