mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Update nvim config, zsh
This commit is contained in:
parent
f20307981c
commit
c1cc0c9ebe
9 changed files with 65 additions and 72 deletions
4
zshrc
4
zshrc
|
|
@ -23,3 +23,7 @@ alias vim="nvim" vi="vim" e="$EDITOR"
|
|||
alias ...="cd ../.." .3="cd ../../.." .4="cd ../../../.."
|
||||
alias gor="go run" gob="go build" gog="go get" goi="go install"
|
||||
alias pac="sudo pacman" pacs="pac -S" pacr="pac -R" pacss="pac -Ss"
|
||||
|
||||
if [[ -f "/bin/exa" ]]; then
|
||||
alias ls="exa -l" la="ls -a"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue