feat: update zshrc
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
062d6734ad
commit
7799fbfa04
@ -7,7 +7,7 @@ setopt hist_ignore_all_dups
|
||||
setopt hist_ignore_space
|
||||
|
||||
{{ if .homebrew }}
|
||||
. ~/.asdf/plugins/golang/set-env.zsh
|
||||
#. ~/.asdf/plugins/golang/set-env.zsh
|
||||
|
||||
{{ end }}
|
||||
LW_PATH=~/git/github.com/lunarway
|
||||
@ -53,10 +53,6 @@ export BITEME_ROOT="$HOME/Documents/vaults/kjuulh"
|
||||
export BITEME_ROOT="$HOME/Documents/obsidian"
|
||||
{{ end }}
|
||||
|
||||
alias devshuttle="$HOME/go/bin/shuttle"
|
||||
alias kitty="kitty --config ~/.config/kitty/kitty.conf"
|
||||
alias lg="lazygit"
|
||||
|
||||
{{ if not .homebrew -}}
|
||||
#alias hx="helix"
|
||||
export EDITOR=hx
|
||||
@ -159,6 +155,10 @@ export SHUTTLE_CACHE_DURATION_MIN=10080
|
||||
alias cat=bat
|
||||
alias python=python3
|
||||
alias pip=pip3
|
||||
alias ll="eza -l -g --icons"
|
||||
alias ls="eza --icons"
|
||||
|
||||
|
||||
export LESS=-R
|
||||
export _EXPERIMENTAL_DAGGER_TUI=yep
|
||||
export OPENAI_API_KEY={{ .openai_token | quote }}
|
||||
|
Loading…
Reference in New Issue
Block a user