diff options
Diffstat (limited to '.shells')
-rw-r--r-- | .shells/alias.sh | 3 | ||||
-rw-r--r-- | .shells/exports.sh | 3 |
2 files changed, 2 insertions, 4 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' - - diff --git a/.shells/exports.sh b/.shells/exports.sh index cda78fd..1f9ec32 100644 --- a/.shells/exports.sh +++ b/.shells/exports.sh @@ -1,5 +1,6 @@ # Export 'SHELL' to child processes. Programs such as 'screen' # honor it and otherwise use /bin/sh. + export SHELL export PATH="$PATH:~/.local/share/flatpak/exports/bin/" @@ -12,4 +13,4 @@ then # Don't do anything else. return -fi
\ No newline at end of file +fi |