nvim fix icons

This commit is contained in:
Tiago Sousa 2023-09-24 16:01:00 +01:00
parent e00d0d63f5
commit 1e8fe87d57
4 changed files with 19 additions and 20 deletions

View file

@ -16,6 +16,7 @@ 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
fish_add_path $HOME/.cargo/bin/
starship init fish | source