This commit is contained in:
Thies Lennart Alff 2022-04-26 00:41:17 +02:00
parent b64509498d
commit 314ef0c5fd
2 changed files with 9 additions and 0 deletions

View file

@ -11,3 +11,8 @@
editor = vim
[pull]
ff = only
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process

4
.zshrc
View file

@ -107,3 +107,7 @@ source $ZSH/oh-my-zsh.sh
alias reboot-windows="systemctl reboot --boot-loader-entry=windows.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"