many updates
This commit is contained in:
23
bash/.bashrc
23
bash/.bashrc
@@ -6,6 +6,14 @@ export PATH=$PATH:~/go/bin
|
||||
export PATH=$PATH:/usr/local/go/bin
|
||||
export PATH=$PATH:/Users/matt/Development/Applications/dart-sass
|
||||
|
||||
# extern
|
||||
export BUN_INSTALL="$HOME/.bun"
|
||||
export PATH=$BUN_INSTALL/bin:$PATH
|
||||
|
||||
# k9s
|
||||
export K9S_CONFIG_DIR=~/.config/k9s
|
||||
|
||||
export EDITOR='nvim'
|
||||
set -o vi
|
||||
bind -m vi-command 'Control-l: clear-screen'
|
||||
bind -m vi-insert 'Control-l: clear-screen'
|
||||
@@ -27,11 +35,6 @@ alias gp='git push'
|
||||
alias k9s='$HOME/doc/dev/dotfiles/k9s/.config/k9s/k9s-theme-sync.sh'
|
||||
alias oc='opencode'
|
||||
|
||||
export EDITOR='nvim'
|
||||
# export PATH=$PATH:/home/matt/Applications/lua_ls/bin
|
||||
|
||||
# k9s
|
||||
export K9S_CONFIG_DIR=~/.config/k9s
|
||||
|
||||
# ~/.bashrc: executed by bash(1) for non-login shells.
|
||||
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
|
||||
@@ -183,9 +186,6 @@ fi
|
||||
#. "$HOME/.cargo/env"
|
||||
#
|
||||
|
||||
# bun
|
||||
export BUN_INSTALL="$HOME/.bun"
|
||||
export PATH=$BUN_INSTALL/bin:$PATH
|
||||
|
||||
# Load bash-completion
|
||||
# if [ -f "$(brew --prefix)/etc/profile.d/bash_completion.sh" ]; then
|
||||
@@ -197,10 +197,3 @@ alias kc=kubecolor
|
||||
# source <(kubectl completion bash)
|
||||
|
||||
export MANPAGER='nvim +Man!'
|
||||
|
||||
export FLYCTL_INSTALL="/home/matt/.fly"
|
||||
export PATH="$FLYCTL_INSTALL/bin:$PATH"
|
||||
export PATH="$PATH:/Users/matt/.foundry/bin"
|
||||
|
||||
# Created by `pipx` on 2026-04-22 15:46:28
|
||||
export PATH="$PATH:/Users/matt/.local/bin"
|
||||
|
||||
Reference in New Issue
Block a user