change configs

This commit is contained in:
James Dixon 2023-06-19 21:56:32 -04:00
parent 23c1db7ebf
commit 0b63d5f47a
3 changed files with 5 additions and 16 deletions

View File

@ -396,6 +396,7 @@ case "$OSTYPE" in
[ -d "/opt/homebrew/bin" ] && appendpath "/opt/homebrew/bin" [ -d "/opt/homebrew/bin" ] && appendpath "/opt/homebrew/bin"
# python3 (macOS) # python3 (macOS)
[ -d "$HOME/Library/Python/3.8/bin" ] && appendpath "$HOME/Library/Python/3.8/bin" [ -d "$HOME/Library/Python/3.8/bin" ] && appendpath "$HOME/Library/Python/3.8/bin"
[ -d "$HOME/Library/Python/3.9/bin" ] && appendpath "$HOME/Library/Python/3.9/bin"
# gui things # gui things
alias o="open" alias o="open"
;; ;;
@ -415,19 +416,4 @@ esac
[ -r "$HOME/.local/.bashrc" ] && source "$HOME/.local/.bashrc" [ -r "$HOME/.local/.bashrc" ] && source "$HOME/.local/.bashrc"
#}}} #}}}
## section for *new* and *improved* cli tools (exa, bat, nvim)
# {{{
# nvim
# {{{
NVIM=$(command -v nvim)
if [ -x "$NVIM" ]; then
EDITOR="$NVIM"
VISUAL="$NVIM"
fi
alias v="$EDITOR"
alias vi="$EDITOR"
alias vim="$EDITOR"
# }}}
# }}}
# vim:ft=sh # vim:ft=sh

View File

@ -11,6 +11,8 @@
[credential] [credential]
username = lemonase username = lemonase
helper = store helper = store
helper =
helper = /usr/local/share/gcm-core/git-credential-manager
[color] [color]
ui = true ui = true
status = auto status = auto
@ -44,3 +46,5 @@
ps = push ps = push
puhs = push puhs = push
sm = submodule sm = submodule
[credential "https://dev.azure.com"]
useHttpPath = true

View File

@ -330,4 +330,3 @@ if [ ! -f "$ZSH_SYNTAX_HIGHLIGHT_PATH" ]; then
fi fi
[ -f "$ZSH_SYNTAX_HIGHLIGHT_PATH" ] && source $ZSH_SYNTAX_HIGHLIGHT_PATH [ -f "$ZSH_SYNTAX_HIGHLIGHT_PATH" ] && source $ZSH_SYNTAX_HIGHLIGHT_PATH
[ -f ~/.config/.fzf.zsh ] && source ~/.config/.fzf.zsh