shell: launch zsh if we can
This commit is contained in:
parent
3d44475583
commit
b6ca38a4b5
3 changed files with 13 additions and 0 deletions
|
@ -75,6 +75,9 @@ if test -n "${ZSH_VERSION:-}"; then
|
|||
export NIX_BUILD_SHELL=zsh
|
||||
fi
|
||||
|
||||
# Launch zsh if we haven't yet
|
||||
LAUNCH_ZSH="${LAUNCH_ZSH:-true}"
|
||||
|
||||
# Basic default LS colors
|
||||
export LSCOLORS="Gxfxcxdxbxegedabagacad"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue