.
This commit is contained in:
4
fish/prev.d/.gitignore
vendored
4
fish/prev.d/.gitignore
vendored
@@ -1,6 +1,6 @@
|
||||
*
|
||||
!.gitignore
|
||||
!zoxide.fish
|
||||
!prompt.fish
|
||||
!ssh-agent.fish
|
||||
!theme.fish
|
||||
!theme.fish
|
||||
!programs.fish
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
if type -q fzf
|
||||
fzf --fish | source
|
||||
end
|
||||
|
||||
if type -q zoxide
|
||||
zoxide init fish | source
|
||||
alias cd=z
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user