diff options
author | Thanos Apollo <[email protected]> | 2023-02-10 06:14:00 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-02-10 06:14:00 +0200 |
commit | d0679266012d9535daf6fea3ae17656871e98c47 (patch) | |
tree | 917365ae3daa69731c96dca15a138e0bfeb5d7a1 /.shells/exports.sh | |
parent | 2352426ed44a3e1a99c31b8fd6dd831152b24652 (diff) |
Update shells
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 |