mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Update nvim, zsh
This commit is contained in:
parent
4400d0aac8
commit
a9d8ac7432
5 changed files with 47 additions and 63 deletions
3
zshrc
3
zshrc
|
|
@ -1,4 +1,4 @@
|
|||
export PATH="$HOME/.yarn/bin:$HOME/bin:$HOME/.applications:$HOME/.local/bin:$PATH"
|
||||
export PATH="$HOME/.yarn/bin:$HOME/bin:$HOME/.applications:$HOME/.local/bin:$HOME/go/bin:$PATH"
|
||||
export EDITOR="nvim"
|
||||
|
||||
### Oh my zsh
|
||||
|
|
@ -19,3 +19,4 @@ alias rgf="rg --files|rg"
|
|||
alias tmux="tmux -2"
|
||||
alias :q="exit"
|
||||
alias ...="cd ../.."
|
||||
alias icat="kitty +kitten icat"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue