[06/01/24] Adding zvm
and some comments
This commit is contained in:
parent
61442e2035
commit
adb23257e2
21
custom.zsh
21
custom.zsh
@ -1,12 +1,29 @@
|
|||||||
|
# editor
|
||||||
export VISUAL=nvim
|
export VISUAL=nvim
|
||||||
export EDITOR=$VISUAL
|
export EDITOR=$VISUAL
|
||||||
|
|
||||||
|
# golang
|
||||||
export PATH=$PATH:/usr/local/go/bin
|
export PATH=$PATH:/usr/local/go/bin
|
||||||
export PATH=$PATH:~/go/bin
|
export PATH=$PATH:~/go/bin
|
||||||
export PATH=$PATH:~/.zig
|
|
||||||
|
# zig
|
||||||
|
# export PATH=$PATH:~/.zig
|
||||||
|
|
||||||
|
# neovim
|
||||||
export PATH=$PATH:/usr/bin/nvim-linux64/bin
|
export PATH=$PATH:/usr/bin/nvim-linux64/bin
|
||||||
|
|
||||||
|
# picotool
|
||||||
|
export PATH=$PATH:~/picotool/build
|
||||||
|
|
||||||
|
# zig version manager
|
||||||
|
export ZVM_INSTALL="$HOME/.zvm/self"
|
||||||
|
export PATH="$PATH:$HOME/.zvm/bin"
|
||||||
|
export PATH="$PATH:$ZVM_INSTALL/"
|
||||||
|
|
||||||
# rvm default
|
# rvm default
|
||||||
|
|
||||||
alias lg="lazygit"
|
alias lg="lazygit"
|
||||||
|
|
||||||
source /home/andrew/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
lolcat -F 0.5 ~/.zshbanner
|
||||||
|
|
||||||
|
source /home/andrew/.zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user