diff options
author | Thanos Apollo <[email protected]> | 2023-02-10 06:25:31 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-02-10 06:25:31 +0200 |
commit | 53762337d4e35d320dc7ad543dfdf5cbb0256866 (patch) | |
tree | bc2c773ca04e6f247b797a715fbc1320ad2741da /.shells/exports.sh | |
parent | 8bd32e2405481feb2d494866c3f1da9e3cfe73f4 (diff) | |
parent | 17e6169747f7d2a4aa97bc0711c352416a6f41a2 (diff) |
Merge pull request #4 from ThanosApollo/org-config
Redo as literate configurations emacs & 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 |