treewide: format using nixfmt
Signed-off-by: Bloxx12 <charlie@charlieroot.dev> Change-Id: I6a6a69641c36f9763e104087a559c148d0449f00
This commit is contained in:
parent
f4464732e3
commit
e641dfa114
113 changed files with 1545 additions and 1019 deletions
|
@ -4,31 +4,31 @@
|
|||
vendorConf,
|
||||
}:
|
||||
pkgs.writeTextDir "${vendorConf}/blox_config.fish"
|
||||
# fish
|
||||
''
|
||||
# source ${pkgs.fishPlugins.sponge}/share/zsh-defer/zsh-defer.plugin.zsh
|
||||
${pkgs.atuin}/bin/atuin init fish | source
|
||||
bind up _atuin_bind_up
|
||||
# fish
|
||||
''
|
||||
# source ${pkgs.fishPlugins.sponge}/share/zsh-defer/zsh-defer.plugin.zsh
|
||||
${pkgs.atuin}/bin/atuin init fish | source
|
||||
bind up _atuin_bind_up
|
||||
|
||||
${pkgs.zoxide}/bin/zoxide init fish | source
|
||||
# abbr --erase cd &>/dev/null
|
||||
# alias cd=__zoxide_z
|
||||
${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
|
||||
# abbr --erase ci &>/dev/null
|
||||
# alias ci=__zoxide_zi
|
||||
|
||||
|
||||
${pkgs.starship}/bin/starship init fish | source
|
||||
${pkgs.direnv}/bin/direnv hook fish | source
|
||||
${pkgs.pay-respects}/bin/pay-respects fish --alias f --nocnf | source
|
||||
${pkgs.starship}/bin/starship init fish | source
|
||||
${pkgs.direnv}/bin/direnv hook fish | source
|
||||
${pkgs.pay-respects}/bin/pay-respects fish --alias f --nocnf | source
|
||||
|
||||
# I need to source /etc/profile using foreign-env, to get stuff set by nixos, e.g. environment.systemVariables.
|
||||
# set -p fish_function_path ${pkgs.fishPlugins.foreign-env}/share/fish/vendor_functions.d
|
||||
# I need to source /etc/profile using foreign-env, to get stuff set by nixos, e.g. environment.systemVariables.
|
||||
# set -p fish_function_path ${pkgs.fishPlugins.foreign-env}/share/fish/vendor_functions.d
|
||||
|
||||
# fenv source /etc/profile
|
||||
# fenv source /etc/profile
|
||||
|
||||
source ${./config.fish}
|
||||
source ${./config.fish}
|
||||
|
||||
|
||||
${aliasesStr}
|
||||
''
|
||||
${aliasesStr}
|
||||
''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue