mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-05 20:21:06 +01:00
minimal: Fix fish integration
This commit is contained in:
parent
dc185e73a7
commit
2d38505ac2
1 changed files with 2 additions and 4 deletions
|
|
@ -285,8 +285,6 @@
|
|||
enable = true;
|
||||
|
||||
shellInit = ''
|
||||
fish_add_path /nix/var/nix/profiles/default/bin
|
||||
|
||||
if [ -f "$HOME/.zvars" ]
|
||||
source "$HOME/.zvars"
|
||||
end
|
||||
|
|
@ -294,7 +292,7 @@
|
|||
function up-or-search-prefix -d "Search (by prefix) back or move cursor up 1 line"
|
||||
# If we are already in search mode, continue
|
||||
if commandline --search-mode
|
||||
commandline -f history-search-backward
|
||||
commandline -f history-prefix-search-backward
|
||||
return
|
||||
end
|
||||
|
||||
|
|
@ -321,7 +319,7 @@
|
|||
function down-or-search-prefix -d "search (by prefix) forward or move down 1 line"
|
||||
# If we are already in search mode, continue
|
||||
if commandline --search-mode
|
||||
commandline -f history-search-forward
|
||||
commandline -f history-prefix-search-forward
|
||||
return
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue