Skip to content

Commit

Permalink
Add gitconfig + maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjosephprice committed Oct 28, 2020
1 parent 5931117 commit 98fb570
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[user]
email = [email protected]
name = Kelly Joseph Price
[push]
default = current
2 changes: 1 addition & 1 deletion .oh-my-zsh
4 changes: 2 additions & 2 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export ZSH=${HOME}/.oh-my-zsh
# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
#ZSH_THEME="steeef"
ZSH_THEME="powerlevel10k/powerlevel10k"
ZSH_THEME="steeef"
#ZSH_THEME="powerlevel10k/powerlevel10k"

# Set list of themes to load
# Setting this variable when ZSH_THEME=random
Expand Down

0 comments on commit 98fb570

Please sign in to comment.