mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +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
|
||||
nixpkgs-fmt
|
||||
|
||||
nix-your-shell
|
||||
nix-melt
|
||||
attic-client
|
||||
cachix
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@ if status is-interactive
|
|||
zoxide init fish | source
|
||||
# direnv
|
||||
direnv hook fish | source
|
||||
# nix-your-shell
|
||||
nix-your-shell fish | source
|
||||
|
||||
set -x FZF_DEFAULT_OPTS " \
|
||||
--color=bg+:#414559,bg:#303446,spinner:#f2d5cf,hl:#e78284 \
|
||||
|
|
|
|||
|
|
@ -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