feat(home/fish): nix-your-shell
This commit is contained in:
parent
ade6f3640a
commit
e066089547
1 changed files with 7 additions and 0 deletions
|
@ -16,6 +16,7 @@ in {
|
|||
[
|
||||
# general
|
||||
babelfish
|
||||
nix-your-shell # make nix-shell / nix develop use fish
|
||||
|
||||
# for fish_greeting()
|
||||
marleyos.figlet-xero-fonts
|
||||
|
@ -63,6 +64,12 @@ in {
|
|||
set -g fish_key_bindings fish_vi_key_bindings
|
||||
'';
|
||||
|
||||
interactiveShellInit =
|
||||
# fish
|
||||
''
|
||||
${lib.getExe pkgs.nix-your-shell} fish | source
|
||||
'';
|
||||
|
||||
shellAbbrs = {
|
||||
cp = "cp -iv";
|
||||
mkdir = "mkdir -pv";
|
||||
|
|
Loading…
Reference in a new issue