Add efm to nvim, update vscode, zsh

This commit is contained in:
Smirnov Alexander 2021-06-21 19:44:12 +03:00
parent 093639a28a
commit fef35c3ef0
21 changed files with 169 additions and 129 deletions

7
zshrc
View file

@ -6,15 +6,14 @@ export GOPATH="$HOME/go"
export PATH="$HOME/bin:$HOME/.local/bin:$HOME/.golang/bin:$GOPATH/bin:$PATH"
export EDITOR="nvim"
## FzF
export FZF_DEFAULT_COMMAND="fd -t f -t l -E node_modules -E env -E __pycache__"
## Oh my zsh
plugins=(dotenv)
ZSH_THEME="simple"
source "$HOME/.oh-my-zsh/oh-my-zsh.sh"
## HotKets
bindkey -s "^o" "ranger\n"
bindkey -s "^g" "lazygit\n"
## FNM
eval $(fnm env)