Add amfora

This commit is contained in:
Smirnov Alexander 2021-04-02 19:52:57 +03:00
parent 3bad265983
commit a4eeb45201
6 changed files with 94 additions and 18 deletions

4
zshrc
View file

@ -1,4 +1,4 @@
export PATH="$HOME/.yarn/bin:$HOME/bin:$HOME/.local/bin:$HOME/go/bin:$PATH"
export PATH="$HOME/.yarn/bin:$HOME/bin:$HOME/.local/bin:$HOME/go/bin:$HOME/.golang/bin:$PATH"
export EDITOR="nvim"
export GOPATH="$HOME/go"
@ -6,7 +6,7 @@ export GOPATH="$HOME/go"
export OMH="$HOME/.oh-my-zsh"
ZSH_THEME="simple"
DISABLE_AUTO_TITLE="true"
plugins=(yarn nvm)
plugins=(yarn)
source $OMH/oh-my-zsh.sh
### Aliases