mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Updated fish
This commit is contained in:
parent
4937895bfa
commit
9952b62efb
3 changed files with 2 additions and 3 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
|
@ -1,3 +1,3 @@
|
||||||
[submodule "config/nvim"]
|
[submodule "config/nvim"]
|
||||||
path = config/nvim
|
path = config/nvim
|
||||||
url = git@github.com:Smirnov-O/nvim.git
|
url = git@github.com:flof-ik/nvim.git
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ set -g PATH $HOME/.local/bin $PATH
|
||||||
set -g PATH $HOME/.golang/bin $PATH
|
set -g PATH $HOME/.golang/bin $PATH
|
||||||
set -g PATH $HOME/.yarn/bin $PATH
|
set -g PATH $HOME/.yarn/bin $PATH
|
||||||
set -g PATH $HOME/.cargo/bin $PATH
|
set -g PATH $HOME/.cargo/bin $PATH
|
||||||
|
set -g PATH $HOME/.nimble/bin $PATH
|
||||||
|
|
||||||
## Configure
|
## Configure
|
||||||
set fish_greeting
|
set fish_greeting
|
||||||
|
|
@ -14,7 +15,6 @@ if status is-interactive
|
||||||
starship init fish | source
|
starship init fish | source
|
||||||
zoxide init fish | source
|
zoxide init fish | source
|
||||||
fnm env | source
|
fnm env | source
|
||||||
source $HOME/.asdf/asdf.fish
|
|
||||||
end
|
end
|
||||||
|
|
||||||
function fish_user_key_bindings
|
function fish_user_key_bindings
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 88075fada82d7335d0d59085818b95f9ce0afad6
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue