Compare commits
No commits in common. "08963eef2ddd3c58fbc881194232f5f7b72b3266" and "b2023a404badff0fed469bf7313d8cd363d94218" have entirely different histories.
08963eef2d
...
b2023a404b
@ -41,10 +41,8 @@
|
||||
l1 = log --oneline
|
||||
ll = log --oneline -n 5
|
||||
lp = log -p
|
||||
lpme = logpme
|
||||
lm = logme
|
||||
logme = !sh -c 'git log --author=\"$(git config --get user.name)\"'
|
||||
logpme = !sh -c 'git log -p --author=\"$(git config --get user.name)\"'
|
||||
lrb = !git log $(git drb)
|
||||
ls = !git branch --format '%(refname:short)' | fzf
|
||||
ma = merge --abort
|
||||
|
@ -115,5 +115,4 @@ require("nvim-treesitter.configs").setup({
|
||||
|
||||
require("treesitter-context").setup({
|
||||
enable = true,
|
||||
max_lines = 7
|
||||
})
|
||||
|
6
zshenv
6
zshenv
@ -30,12 +30,6 @@ export FAST_REFRESH=false
|
||||
# k8s
|
||||
export KUBECONFIG=$HOME/.kube/config:$HOME/.kube/config-do
|
||||
|
||||
if [ "$(uname -s)" = "Darwin" ]; then
|
||||
# brew
|
||||
export HOMEBREW_NO_INSTALL_CLEANUP=1
|
||||
export HOMEBREW_NO_AUTO_UPDATE=1
|
||||
fi
|
||||
|
||||
# See `installdotfiles`:
|
||||
if [ -f "$ZDOTDIR/.zshsecrets" ]; then
|
||||
source "$ZDOTDIR/.zshsecrets"
|
||||
|
10
zshrc
10
zshrc
@ -166,16 +166,6 @@ export PATH=$HOME/bin:$PATH
|
||||
export PATH=$HOME/.local/bin:$PATH
|
||||
export PATH=$HOME/script:$PATH
|
||||
|
||||
if [ "$(uname -s)" = "Darwin" ]; then
|
||||
if [ -d /opt/homebrew/bin ]; then
|
||||
export PATH=/opt/homebrew/bin:$PATH
|
||||
fi
|
||||
if [ -d /opt/homebrew/opt/curl/bin ]; then
|
||||
export PATH="/opt/homebrew/opt/curl/bin:$PATH"
|
||||
fi
|
||||
export PATH="/Applications/Postgres.app/Contents/Versions/16/bin:$PATH"
|
||||
fi
|
||||
|
||||
export VIMPLUGIN="$HOME/.vim/pack/git-plugins"
|
||||
|
||||
# source local zshrc, if it exists (not: not in git)
|
||||
|
Loading…
x
Reference in New Issue
Block a user