zsh: fix nix run shells of nix 2.0
This commit is contained in:
parent
133b43a2cf
commit
072d2e75ab
1 changed files with 3 additions and 0 deletions
|
|
@ -158,6 +158,9 @@ in
|
|||
if [ -n "$__ETC_ZSHRC_SOURCED" -o -n "$NOSYSZSHRC" ]; then return; fi
|
||||
__ETC_ZSHRC_SOURCED=1
|
||||
|
||||
# Also set to fix `nix run` shells.
|
||||
__ETC_BASHRC_SOURCED=1
|
||||
|
||||
# history defaults
|
||||
SAVEHIST=2000
|
||||
HISTSIZE=2000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue