mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 16:10:45 +01:00
feat: add nix-your-shell
This commit is contained in:
parent
d8df2278e7
commit
4359505c72
3 changed files with 6 additions and 0 deletions
|
|
@ -46,5 +46,8 @@ eval "$(zoxide init zsh)"
|
|||
# direnv
|
||||
command -v direnv &> /dev/null && eval "$(direnv hook zsh)"
|
||||
|
||||
# nix-your-shell
|
||||
eval "$(nix-your-shell zsh)"
|
||||
|
||||
# iTerm
|
||||
[ -e "$HOME/.iterm2_shell_integration.zsh" ] && source "$HOME/.iterm2_shell_integration.zsh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue