modify to fit into new structure

This commit is contained in:
Matt Anderson
2026-04-15 15:14:14 -05:00
parent 294387c572
commit bf73e79c4e
2 changed files with 9 additions and 9 deletions

View File

@@ -10,6 +10,10 @@ set -o vi
bind -m vi-command 'Control-l: clear-screen'
bind -m vi-insert 'Control-l: clear-screen'
# Navigation aliases
alias ftlui='cd ~/doc/dev/projects/ftl-dev/msg-ftl/hydra/golang/src/tibco.com/ftlui/client'
# Command aliases
alias ls='ls --color=auto'
alias vi=nvim
alias py=python3
@@ -20,15 +24,11 @@ alias gcm='git commit -m'
alias gst='git status'
alias gp='git push'
alias k9s='$HOME/dotfiles/k9s/.config/k9s/k9s-theme-sync.sh'
alias k9s='$HOME/doc/dev/dotfiles/k9s/.config/k9s/k9s-theme-sync.sh'
alias oc='opencode'
# opencode settings
# export GOOGLE_CLOUD_PROJECT=claude-code-tibco
# export VERTEX_LOCATION=global
export EDITOR='nvim'
export PATH=$PATH:/home/matt/Applications/lua_ls/bin
# export PATH=$PATH:/home/matt/Applications/lua_ls/bin
# k9s
export K9S_CONFIG_DIR=~/.config/k9s