From 7799fbfa0475cd5e183a70868c1a888ca0f22ce8 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Wed, 18 Dec 2024 22:22:43 +0100 Subject: [PATCH] feat: update zshrc Signed-off-by: kjuulh --- dot_zshrc.tmpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 43cfa61..e02adad 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -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 }}