modify to fit into new structure
This commit is contained in:
12
bash/.bashrc
12
bash/.bashrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user