summaryrefslogtreecommitdiff
path: root/.shells/alias.sh
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-02-10 06:25:31 +0200
committerGitHub <[email protected]>2023-02-10 06:25:31 +0200
commit53762337d4e35d320dc7ad543dfdf5cbb0256866 (patch)
treebc2c773ca04e6f247b797a715fbc1320ad2741da /.shells/alias.sh
parent8bd32e2405481feb2d494866c3f1da9e3cfe73f4 (diff)
parent17e6169747f7d2a4aa97bc0711c352416a6f41a2 (diff)
Merge pull request #4 from ThanosApollo/org-config
Redo as literate configurations emacs & 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'
-
-