updated colorscheme, path, vscode config

* updated colorscheme in kitty, alacritty
* add nix paths in path(fish shell)
* remove unused options in vscode
This commit is contained in:
Smirnov Olexander 2022-05-08 00:14:26 +03:00
parent e1607e01b9
commit b14b4d8bbb
4 changed files with 64 additions and 52 deletions

View file

@ -9,14 +9,15 @@ set -g PATH $HOME/.golang/bin $PATH
set -g PATH $HOME/.yarn/bin $PATH
set -g PATH $HOME/.cargo/bin $PATH
set -g PATH $HOME/.deno/bin $PATH
set -g PATH $HOME/.nix-profile/bin $PATH
set -g LOCALE_ARCHIVE /usr/lib/locale/locale-archive
set fish_greeting
if status is-interactive
starship init fish | source
zoxide init fish | source
fnm env | source
source ~/.asdf/asdf.fish
end
function fish_user_key_bindings