Skip to content

Commit 5fb450f

Browse files
author
Edvin Dunaway
committed
minor tweaks
1 parent f445d56 commit 5fb450f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

git/.gitconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This is Git's per-user configuration file.
22
[user]
33
# Please adapt and uncomment the following lines:
4-
name = Edvin Dunaway
5-
email = git@eddinn.net
4+
name =
5+
email =
66
[core]
77
editor = code
88
[color]

zsh/.zshrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# export PATH=$HOME/bin:/usr/local/bin:$PATH
33

44
# Path to your oh-my-zsh installation.
5-
export ZSH="/home/edvin/.oh-my-zsh"
5+
export ZSH="~/.oh-my-zsh"
66

77
# Set name of the theme to load --- if set to "random", it will
88
# load a random theme each time oh-my-zsh is loaded, in which case,

0 commit comments

Comments
 (0)