mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
add emmet, buffer line to nvim, update vscode, del amfora & polybar weather script
This commit is contained in:
parent
fcb370ba0b
commit
a4532907b4
7 changed files with 81 additions and 150 deletions
8
zshrc
8
zshrc
|
|
@ -7,15 +7,15 @@ export EDITOR="nvim"
|
|||
export PATH="$HOME/bin:$HOME/.local/bin:$HOME/.golang/bin:$GOPATH/bin:$PATH"
|
||||
|
||||
## Oh my zsh
|
||||
export OMH="$HOME/.oh-my-zsh"
|
||||
# ZSH_THEME="simple"
|
||||
plugins=(dotenv)
|
||||
source $OMH/oh-my-zsh.sh
|
||||
ZSH_THEME="simple"
|
||||
source "$HOME/.oh-my-zsh/oh-my-zsh.sh"
|
||||
|
||||
## HotKets
|
||||
bindkey -s "^o" "ranger\n"
|
||||
bindkey -s "^v" 'nvim $(fzf)\n'
|
||||
bindkey -s "^e" 'nvim $(fzf)\n'
|
||||
bindkey -s "^f" 'cd $(fd -t directory | fzf)\n'
|
||||
bindkey -s "^g" "lazygit\n"
|
||||
|
||||
## FNM
|
||||
eval $(fnm env)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue