[27/12/23] custom.zsh, autloaded by oh-my-zsh
This commit is contained in:
parent
23408a9ac8
commit
9945248e77
12
.zshrc
12
.zshrc
@ -1,13 +1,3 @@
|
|||||||
export VISUAL=nvim
|
|
||||||
export EDITOR=$VISUAL
|
|
||||||
export PATH=$PATH:/usr/local/go/bin
|
|
||||||
export PATH=$PATH:~/go/bin
|
|
||||||
export PATH=$PATH:~/.zig
|
|
||||||
|
|
||||||
# rvm default
|
|
||||||
|
|
||||||
alias lg="lazygit"
|
|
||||||
|
|
||||||
# If you come from bash you might have to change your $PATH.
|
# If you come from bash you might have to change your $PATH.
|
||||||
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||||
|
|
||||||
@ -122,5 +112,3 @@ source $ZSH/oh-my-zsh.sh
|
|||||||
# Example aliases
|
# Example aliases
|
||||||
# alias zshconfig="mate ~/.zshrc"
|
# alias zshconfig="mate ~/.zshrc"
|
||||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||||
|
|
||||||
source /home/andrew/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
|
||||||
|
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…
x
Reference in New Issue
Block a user