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
|
|
@ -6,6 +6,7 @@
|
||||||
alejandra
|
alejandra
|
||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
|
|
||||||
|
nix-your-shell
|
||||||
nix-melt
|
nix-melt
|
||||||
attic-client
|
attic-client
|
||||||
cachix
|
cachix
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,8 @@ if status is-interactive
|
||||||
zoxide init fish | source
|
zoxide init fish | source
|
||||||
# direnv
|
# direnv
|
||||||
direnv hook fish | source
|
direnv hook fish | source
|
||||||
|
# nix-your-shell
|
||||||
|
nix-your-shell fish | source
|
||||||
|
|
||||||
set -x FZF_DEFAULT_OPTS " \
|
set -x FZF_DEFAULT_OPTS " \
|
||||||
--color=bg+:#414559,bg:#303446,spinner:#f2d5cf,hl:#e78284 \
|
--color=bg+:#414559,bg:#303446,spinner:#f2d5cf,hl:#e78284 \
|
||||||
|
|
|
||||||
|
|
@ -46,5 +46,8 @@ eval "$(zoxide init zsh)"
|
||||||
# direnv
|
# direnv
|
||||||
command -v direnv &> /dev/null && eval "$(direnv hook zsh)"
|
command -v direnv &> /dev/null && eval "$(direnv hook zsh)"
|
||||||
|
|
||||||
|
# nix-your-shell
|
||||||
|
eval "$(nix-your-shell zsh)"
|
||||||
|
|
||||||
# iTerm
|
# iTerm
|
||||||
[ -e "$HOME/.iterm2_shell_integration.zsh" ] && source "$HOME/.iterm2_shell_integration.zsh"
|
[ -e "$HOME/.iterm2_shell_integration.zsh" ] && source "$HOME/.iterm2_shell_integration.zsh"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue