summaryrefslogtreecommitdiff
path: root/.shells/alias
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-01-04 18:43:17 +0200
committerThanos Apollo <[email protected]>2023-01-04 18:43:17 +0200
commit773bd263bbb65e656a6184e8fe7e653399ae07ba (patch)
treef97c9c140e7abbd0c5792caeef431fa29b35a45e /.shells/alias
parentbe22b8703692085d947569cd2d2af13f24e3c762 (diff)
update bash, add fanki alias
Diffstat (limited to '.shells/alias')
-rw-r--r--.shells/alias4
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'