fatal: this commit has no parent
This commit is contained in:
commit
f7be401dda
12 changed files with 1843 additions and 0 deletions
14
.zprofile
Normal file
14
.zprofile
Normal file
|
@ -0,0 +1,14 @@
|
|||
export EDITOR="vi"
|
||||
export VISUAL="nvim"
|
||||
|
||||
# platform-specific config
|
||||
unamestr=$(uname 2> /dev/null)
|
||||
case "$unamestr" in
|
||||
"Darwin")
|
||||
export GPG_TTY=$(tty)
|
||||
export PATH=$HOME/bin:/Library/TeX/texbin:/usr/local/bin:$PATH
|
||||
export HOMEBREW_NO_GITHUB_API=1
|
||||
;;
|
||||
"Linux")
|
||||
;;
|
||||
esac
|
Loading…
Add table
Add a link
Reference in a new issue