[27/12/23] custom.zsh, autloaded by oh-my-zsh
This commit is contained in:
parent
23408a9ac8
commit
9945248e77
2 changed files with 12 additions and 12 deletions
12
custom.zsh
Normal file
12
custom.zsh
Normal file
|
@ -0,0 +1,12 @@
|
|||
export VISUAL=nvim
|
||||
export EDITOR=$VISUAL
|
||||
export PATH=$PATH:/usr/local/go/bin
|
||||
export PATH=$PATH:~/go/bin
|
||||
export PATH=$PATH:~/.zig
|
||||
export PATH=$PATH:/usr/bin/nvim-linux64/bin
|
||||
|
||||
# rvm default
|
||||
|
||||
alias lg="lazygit"
|
||||
|
||||
source /home/andrew/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
Loading…
Add table
Add a link
Reference in a new issue