fixes fish config on work mac
This commit is contained in:
parent
ecfdef0d47
commit
178f6c2f72
3 changed files with 54 additions and 13 deletions
|
|
@ -51,9 +51,6 @@
|
|||
|
||||
command fzf
|
||||
'';
|
||||
vterm_printf = ''
|
||||
printf "\e]%s\e\\" "$argv"
|
||||
'';
|
||||
nn = ''
|
||||
# Require a title argument
|
||||
if test (count $argv) -lt 1
|
||||
|
|
@ -159,6 +156,9 @@
|
|||
direnv hook fish | source
|
||||
fnm env --use-on-cd --shell fish | source
|
||||
|
||||
# Temporary fix because of https://github.com/atuinsh/atuin/issues/2803
|
||||
atuin init fish | sed 's/-k up/up/' | source
|
||||
|
||||
if test -d (brew --prefix)"/share/fish/completions"
|
||||
set -p fish_complete_path (brew --prefix)/share/fish/completions
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue