update
This commit is contained in:
parent
b64509498d
commit
314ef0c5fd
2 changed files with 9 additions and 0 deletions
|
|
@ -11,3 +11,8 @@
|
||||||
editor = vim
|
editor = vim
|
||||||
[pull]
|
[pull]
|
||||||
ff = only
|
ff = only
|
||||||
|
[filter "lfs"]
|
||||||
|
required = true
|
||||||
|
clean = git-lfs clean -- %f
|
||||||
|
smudge = git-lfs smudge -- %f
|
||||||
|
process = git-lfs filter-process
|
||||||
|
|
|
||||||
4
.zshrc
4
.zshrc
|
|
@ -107,3 +107,7 @@ source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
alias reboot-windows="systemctl reboot --boot-loader-entry=windows.conf"
|
alias reboot-windows="systemctl reboot --boot-loader-entry=windows.conf"
|
||||||
alias reboot-linux="systemctl reboot --boot-loader-entry=arch.conf"
|
alias reboot-linux="systemctl reboot --boot-loader-entry=arch.conf"
|
||||||
|
alias zshrc="vim ~/.zshrc"
|
||||||
|
|
||||||
|
export GEM_HOME="$(ruby -e 'puts Gem.user_dir')"
|
||||||
|
export PATH="$PATH:$GEM_HOME/bin"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue