change configs
This commit is contained in:
parent
23c1db7ebf
commit
0b63d5f47a
@ -396,6 +396,7 @@ case "$OSTYPE" in
|
||||
[ -d "/opt/homebrew/bin" ] && appendpath "/opt/homebrew/bin"
|
||||
# python3 (macOS)
|
||||
[ -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
|
||||
alias o="open"
|
||||
;;
|
||||
@ -415,19 +416,4 @@ esac
|
||||
[ -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
|
||||
|
||||
@ -11,6 +11,8 @@
|
||||
[credential]
|
||||
username = lemonase
|
||||
helper = store
|
||||
helper =
|
||||
helper = /usr/local/share/gcm-core/git-credential-manager
|
||||
[color]
|
||||
ui = true
|
||||
status = auto
|
||||
@ -44,3 +46,5 @@
|
||||
ps = push
|
||||
puhs = push
|
||||
sm = submodule
|
||||
[credential "https://dev.azure.com"]
|
||||
useHttpPath = true
|
||||
|
||||
@ -330,4 +330,3 @@ if [ ! -f "$ZSH_SYNTAX_HIGHLIGHT_PATH" ]; then
|
||||
fi
|
||||
[ -f "$ZSH_SYNTAX_HIGHLIGHT_PATH" ] && source $ZSH_SYNTAX_HIGHLIGHT_PATH
|
||||
|
||||
[ -f ~/.config/.fzf.zsh ] && source ~/.config/.fzf.zsh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user