fixed .zshrc to not be bound to a username. yay whoami!
This commit is contained in:
parent
8ddc2aa880
commit
509d2ed1ce
2 changed files with 2 additions and 1 deletions
|
@ -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
2
.zshrc
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue