|
|
@ -21,6 +21,10 @@ fi
|
|
|
|
# Path to your oh-my-zsh installation.
|
|
|
|
# Path to your oh-my-zsh installation.
|
|
|
|
export ZSH="$HOME/.oh-my-zsh"
|
|
|
|
export ZSH="$HOME/.oh-my-zsh"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
plugins=(
|
|
|
|
|
|
|
|
zsh-autosugggestions
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
# fix golang not loading properly
|
|
|
|
# fix golang not loading properly
|
|
|
|
# export GOROOT=/usr/local/go
|
|
|
|
# export GOROOT=/usr/local/go
|
|
|
|
# export GOPATH=$HOME/go
|
|
|
|
# export GOPATH=$HOME/go
|
|
|
@ -160,3 +164,4 @@ export FZF_DEFAULT_OPTS='--layout=reverse --border'
|
|
|
|
#alias bat="batcat" Only needed on ubuntu/debian
|
|
|
|
#alias bat="batcat" Only needed on ubuntu/debian
|
|
|
|
alias tt="$HOME/bin/timetracker"
|
|
|
|
alias tt="$HOME/bin/timetracker"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
alias task="go-task"
|
|
|
|