mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Add amfora
This commit is contained in:
parent
3bad265983
commit
a4eeb45201
6 changed files with 94 additions and 18 deletions
4
zshrc
4
zshrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue