mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
update zsh, vscode, lvim
This commit is contained in:
parent
846f37457c
commit
2feea5ce1e
5 changed files with 27 additions and 9 deletions
2
zshrc
2
zshrc
|
|
@ -28,7 +28,7 @@ dotnet() {
|
|||
|
||||
## Aliases
|
||||
alias cls="clear" cp="cp -r" mkdir="mkdir -p" open="open_command" lg="lazygit"
|
||||
alias lv="lvim" vim="lvim"
|
||||
alias v="nvim" vim="v"
|
||||
alias ...="cd ../.." .3="cd ../../.."
|
||||
alias gor="go run" gob="go build" gog="go get" goi="go install" got="go test"
|
||||
alias n="npm" asdfi=". /opt/asdf-vm/asdf.sh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue