Merge branch 'main' of github.com:qwjyh/dotfiles
This commit is contained in:
commit
790848a78b
2 changed files with 4 additions and 5 deletions
|
@ -23,4 +23,5 @@ mkdir -p ~/.config/nvim
|
||||||
ln -sf $(pwd)/dotfiles/neovim/init.lua ~/.config/nvim/init.lua
|
ln -sf $(pwd)/dotfiles/neovim/init.lua ~/.config/nvim/init.lua
|
||||||
mkdir -p ~/.config/nvim/lua
|
mkdir -p ~/.config/nvim/lua
|
||||||
ln -sf $(pwd)/dotfiles/neovim/lua/plugins.lua ~/.config/nvim/lua/plugins.lua
|
ln -sf $(pwd)/dotfiles/neovim/lua/plugins.lua ~/.config/nvim/lua/plugins.lua
|
||||||
|
ln -sf $(pwd)/dotfiles/neovim/lua/lualine_setup.lua ~/.config/nvim/lua/lualine_setup.lua
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ if status is-interactive
|
||||||
set -x SHELL bash
|
set -x SHELL bash
|
||||||
|
|
||||||
# opam
|
# opam
|
||||||
source ~/.opam/opam-init/init.fish > /dev/null 2> /dev/null; or true
|
#source ~/.opam/opam-init/init.fish > /dev/null 2> /dev/null; or true
|
||||||
end
|
end
|
||||||
|
|
||||||
# starship
|
# starship
|
||||||
|
@ -50,9 +50,7 @@ function save_myhistory --on-event fish_prompt -d "Save custom shell log to $my_
|
||||||
>> $my_fish_history
|
>> $my_fish_history
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# load local patch
|
||||||
# julia
|
source ~/.config/fish/local_patch.fish
|
||||||
# to solve Graphic Card driver problem
|
|
||||||
export LD_PRELOAD=/usr/lib64/libstdc++.so.6
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue