summaryrefslogtreecommitdiff
path: root/.shells/alias.sh
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-02-10 06:14:00 +0200
committerThanos Apollo <[email protected]>2023-02-10 06:14:00 +0200
commitd0679266012d9535daf6fea3ae17656871e98c47 (patch)
tree917365ae3daa69731c96dca15a138e0bfeb5d7a1 /.shells/alias.sh
parent2352426ed44a3e1a99c31b8fd6dd831152b24652 (diff)
Update shells
Diffstat (limited to '.shells/alias.sh')
-rw-r--r--.shells/alias.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/.shells/alias.sh b/.shells/alias.sh
index 3700a55..90c79d7 100644
--- a/.shells/alias.sh
+++ b/.shells/alias.sh
@@ -1,4 +1,3 @@
-
alias ll='ls -l'
alias grep='grep --color=auto'
alias anki='QTWEBENGINE_CHROMIUM_FLAGS="--disable-seccomp-filter-sandbox" anki'
@@ -46,5 +45,3 @@ alias sweb='BROWSER="firefox" yarn start'
##flatpaks
alias fanki='flatpak run net.ankiweb.Anki'
-
-