From 9945248e7794aad871ebd7d43edd0272af669645 Mon Sep 17 00:00:00 2001 From: andrew Date: Wed, 27 Dec 2023 00:59:26 +0000 Subject: [PATCH] [27/12/23] custom.zsh, autloaded by oh-my-zsh --- .zshrc | 12 ------------ custom.zsh | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 custom.zsh diff --git a/.zshrc b/.zshrc index 7ef13ad..a628c72 100644 --- a/.zshrc +++ b/.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. # export PATH=$HOME/bin:/usr/local/bin:$PATH @@ -122,5 +112,3 @@ source $ZSH/oh-my-zsh.sh # Example aliases # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" - -source /home/andrew/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh diff --git a/custom.zsh b/custom.zsh new file mode 100644 index 0000000..ebd0ef4 --- /dev/null +++ b/custom.zsh @@ -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