fish: fix atuin
This commit is contained in:
parent
b40df13a90
commit
362e52b874
1 changed files with 9 additions and 0 deletions
|
@ -8,7 +8,16 @@ pkgs.writeTextDir "${vendorConf}/blox_config.fish"
|
||||||
''
|
''
|
||||||
# source ${pkgs.fishPlugins.sponge}/share/zsh-defer/zsh-defer.plugin.zsh
|
# source ${pkgs.fishPlugins.sponge}/share/zsh-defer/zsh-defer.plugin.zsh
|
||||||
${pkgs.atuin}/bin/atuin init fish | source
|
${pkgs.atuin}/bin/atuin init fish | source
|
||||||
|
bind up _atuin_bind_up
|
||||||
|
|
||||||
${pkgs.zoxide}/bin/zoxide init fish | source
|
${pkgs.zoxide}/bin/zoxide init fish | source
|
||||||
|
# abbr --erase cd &>/dev/null
|
||||||
|
# alias cd=__zoxide_z
|
||||||
|
|
||||||
|
# abbr --erase ci &>/dev/null
|
||||||
|
# alias ci=__zoxide_zi
|
||||||
|
|
||||||
|
|
||||||
${pkgs.starship}/bin/starship init fish | source
|
${pkgs.starship}/bin/starship init fish | source
|
||||||
${pkgs.direnv}/bin/direnv hook fish | source
|
${pkgs.direnv}/bin/direnv hook fish | source
|
||||||
${pkgs.pay-respects}/bin/pay-respects fish --alias f --nocnf | source
|
${pkgs.pay-respects}/bin/pay-respects fish --alias f --nocnf | source
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue