the great update
This commit is contained in:
8
user/wrapped/fish/fishinit.nix
Normal file
8
user/wrapped/fish/fishinit.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ pkgs, aliasStr, ... }:
|
||||
|
||||
pkgs.writeShellScriptBin "etc/fish/config.fish" ''
|
||||
eval "$( ${pkgs.zoxide}/bin/zoxide init fish )"
|
||||
${pkgs.fzf}/bin/fzf --fish | source
|
||||
|
||||
source ${./config.fish}
|
||||
''
|
||||
Reference in New Issue
Block a user