mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-12-12 15:40:59 +02:00
Compare commits
No commits in common. "08e0456290877f7a0e7ceb0ebd8111851bccac14" and "7d816c971b1af56459b3e891f59c83084849d6da" have entirely different histories.
08e0456290
...
7d816c971b
@ -4,7 +4,6 @@
|
|||||||
[merge]
|
[merge]
|
||||||
tool = meld
|
tool = meld
|
||||||
conflictStyle = zdiff3
|
conflictStyle = zdiff3
|
||||||
keepbackup = false
|
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
plog = log --graph --pretty=format:'%h -%d %s %n' --abbrev-commit --date=relative --branches
|
plog = log --graph --pretty=format:'%h -%d %s %n' --abbrev-commit --date=relative --branches
|
||||||
@ -28,7 +27,6 @@
|
|||||||
smtpServerPort = 587
|
smtpServerPort = 587
|
||||||
[diff]
|
[diff]
|
||||||
wsErrorHighlight = all
|
wsErrorHighlight = all
|
||||||
algorithm = histogram
|
|
||||||
[cola]
|
[cola]
|
||||||
spellcheck = false
|
spellcheck = false
|
||||||
[push]
|
[push]
|
||||||
@ -60,9 +58,3 @@
|
|||||||
allow = always
|
allow = always
|
||||||
[column]
|
[column]
|
||||||
ui = auto
|
ui = auto
|
||||||
[rebase]
|
|
||||||
autosquash = true
|
|
||||||
[branch]
|
|
||||||
sort = -committerdate
|
|
||||||
[fetch]
|
|
||||||
prune = true
|
|
||||||
|
14
.zshrc
14
.zshrc
@ -251,27 +251,19 @@ else
|
|||||||
ruby_gem_user_dir=''
|
ruby_gem_user_dir=''
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# kubectl plugin manager Krew
|
|
||||||
export KREW_ROOT="~/.config/krew"
|
|
||||||
if [[ -d "${KREW_ROOT}/bin" ]]; then
|
|
||||||
krew_bin_path="${KREW_ROOT}/bin"
|
|
||||||
else
|
|
||||||
krew_bin_path=''
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
# ZSH allows $PATH to be used as an array
|
# ZSH allows $PATH to be used as an array
|
||||||
path=(
|
path=(
|
||||||
~/.bin
|
~/.bin
|
||||||
~/.local/bin
|
~/.local/bin
|
||||||
${ruby_gem_user_dir}
|
|
||||||
${krew_bin_path}
|
|
||||||
/usr/bin/site_perl
|
/usr/bin/site_perl
|
||||||
/usr/bin/vendor_perl
|
/usr/bin/vendor_perl
|
||||||
/usr/bin/core_perl
|
/usr/bin/core_perl
|
||||||
|
"${ruby_gem_user_dir}"
|
||||||
$path
|
$path
|
||||||
)
|
)
|
||||||
|
|
||||||
|
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
|
||||||
|
|
||||||
HISTSIZE=100000
|
HISTSIZE=100000
|
||||||
SAVEHIST=100000
|
SAVEHIST=100000
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user