modify fish, kitty and neovim
This commit is contained in:
parent
52481b0687
commit
3ab9500787
8 changed files with 63 additions and 45 deletions
5
home/terminal/fish/functions/nix-shell.fish
Normal file
5
home/terminal/fish/functions/nix-shell.fish
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
if test (count $argv) -eq 0
|
||||
command nix-shell --run fish
|
||||
else
|
||||
command nix-shell --run fish $argv
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue