We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1133d04 commit 1628150Copy full SHA for 1628150
.gitconfig
@@ -0,0 +1,5 @@
1
+[user]
2
+ email = james@jdrydn.com
3
+ name = jdrydn
4
+[push]
5
+ default = simple
.zshrc
@@ -13,7 +13,7 @@ source $ZSH/oh-my-zsh.sh
13
14
alias ll="ls -lF --group-directories-first"
15
16
-export EDITOR="vim"
+export EDITOR=vim
17
export PATH=$PATH:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:$HOME/npm/bin:$HOME/bin
18
19
if [ -f ~/.zsh_more ]; then
0 commit comments