Skip to content

Commit

Permalink
replace user with whoami
Browse files Browse the repository at this point in the history
  • Loading branch information
hougasian authored Jun 4, 2021
1 parent 3ca60b2 commit 1b01479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# export PATH=$HOME/bin:/usr/local/bin:$PATH

# Path to your oh-my-zsh installation.
export ZSH="/Users/kevin.hougasian/.oh-my-zsh"
export ZSH="/Users/$(whoami)/.oh-my-zsh"

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

0 comments on commit 1b01479

Please sign in to comment.