[27/12/23] custom.zsh, autloaded by oh-my-zsh

This commit is contained in:
Andrew Conlin 2023-12-27 00:59:26 +00:00
parent 23408a9ac8
commit 9945248e77
2 changed files with 12 additions and 12 deletions

12
.zshrc
View File

@ -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
View 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