diff options
author | Robin Krahl <me@robin-krahl.de> | 2019-01-21 23:21:55 +0100 |
---|---|---|
committer | Robin Krahl <me@robin-krahl.de> | 2019-01-21 23:21:55 +0100 |
commit | 67c47906ef9d60ac64b9e0571aa4bced55320006 (patch) | |
tree | 40429052da2ad5fefc3fb2c70404440ec4a8d5e4 /bash | |
parent | 92aa438a1a25f0cf8c5f259ed4d14021cf686592 (diff) | |
download | dotfiles-67c47906ef9d60ac64b9e0571aa4bced55320006.tar.gz dotfiles-67c47906ef9d60ac64b9e0571aa4bced55320006.tar.bz2 |
Export SHELL in env/90-bash.sh
Diffstat (limited to 'bash')
-rw-r--r-- | bash/.config/env/90-bash.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/.config/env/90-bash.sh b/bash/.config/env/90-bash.sh index 11887fa..922440c 100644 --- a/bash/.config/env/90-bash.sh +++ b/bash/.config/env/90-bash.sh @@ -1 +1,2 @@ export HISTFILE="${XDG_CACHE_HOME}/sh/history" +export SHELL="/bin/bash" |