fix merge error in fish conf
This commit is contained in:
parent
c1e03f0140
commit
833119ab0a
2 changed files with 0 additions and 7 deletions
|
@ -16,12 +16,8 @@ export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
|||
set -q GHCUP_INSTALL_BASE_PREFIX[1]; or set GHCUP_INSTALL_BASE_PREFIX $HOME ; set -gx PATH $HOME/.cabal/bin /home/tsousa/.ghcup/bin $PATH # ghcup-env
|
||||
fish_add_path $HOME/.local/share/nvim/mason/bin/
|
||||
fish_add_path $HOME/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin
|
||||
<<<<<<< HEAD
|
||||
fish_add_path $HOME/.config/emacs/bin/
|
||||
=======
|
||||
fish_add_path $HOME/.cargo/bin/
|
||||
fish_add_path $HOME/.config/emacs/bin
|
||||
>>>>>>> acb4dfaf16e54fbe9a7cc850f7c54d6b6b4f59ab
|
||||
|
||||
starship init fish | source
|
||||
|
||||
|
|
|
@ -40,8 +40,5 @@ SETUVAR fish_pager_color_selected_background:\x1d
|
|||
SETUVAR fish_pager_color_selected_completion:\x1d
|
||||
SETUVAR fish_pager_color_selected_description:\x1d
|
||||
SETUVAR fish_pager_color_selected_prefix:\x1d
|
||||
<<<<<<< HEAD
|
||||
SETUVAR fish_user_paths:/home/tsousa/\x2econfig/emacs/bin\x1e/home/tsousa/\x2elocal/share/nvim/mason/bin\x1e/home/tsousa/\x2erustup/toolchains/nightly\x2dx86_64\x2dunknown\x2dlinux\x2dgnu/bin
|
||||
=======
|
||||
SETUVAR fish_user_paths:/home/tsousa/\x2econfig/emacs/bin\x1e/home/tsousa/\x2ecargo/bin\x1e/home/tsousa/\x2elocal/share/nvim/mason/bin\x1e/home/tsousa/\x2erustup/toolchains/nightly\x2dx86_64\x2dunknown\x2dlinux\x2dgnu/bin
|
||||
>>>>>>> acb4dfaf16e54fbe9a7cc850f7c54d6b6b4f59ab
|
||||
|
|
Loading…
Reference in a new issue