mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-31 04:04:45 +00:00
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
|
if [ -n "$__ETC_ZSHRC_SOURCED" -o -n "$NOSYSZSHRC" ]; then return; fi
|
||||||
__ETC_ZSHRC_SOURCED=1
|
__ETC_ZSHRC_SOURCED=1
|
||||||
|
|
||||||
|
# Also set to fix `nix run` shells.
|
||||||
|
__ETC_BASHRC_SOURCED=1
|
||||||
|
|
||||||
# history defaults
|
# history defaults
|
||||||
SAVEHIST=2000
|
SAVEHIST=2000
|
||||||
HISTSIZE=2000
|
HISTSIZE=2000
|
||||||
|
|
Loading…
Add table
Reference in a new issue