diff options
Diffstat (limited to '.shells/exports.sh')
-rw-r--r-- | .shells/exports.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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 |