fixed .zshrc to not be bound to a username. yay whoami!

This commit is contained in:
Stefen Auris 2017-07-26 19:48:22 -04:00
parent 8ddc2aa880
commit 509d2ed1ce
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@ alias dirs="dirs -v"
alias h='history'
alias j='jobs -l'
#shortcuts aliases
alias please="sudo !!"
alias ping='ping -c 5'
alias ax="chmod a+x"
alias wmip="curl icanhazip.com"

2
.zshrc
View file

@ -2,7 +2,7 @@
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH=/home/stev/.oh-my-zsh
export ZSH=/home/`whoami`/.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.