diff options
author | Christian Cleberg <hello@cleberg.net> | 2023-11-03 18:28:51 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2023-11-03 18:28:51 -0500 |
commit | 2ecd86e43276077b173f35c7bc5e72d521136f9b (patch) | |
tree | 38385871f17c2dba158d816f1df23ea25887fe69 | |
parent | 663b4c29a51b9fd28f21154ef90ebe39593fea16 (diff) | |
download | dotfiles-2ecd86e43276077b173f35c7bc5e72d521136f9b.tar.gz dotfiles-2ecd86e43276077b173f35c7bc5e72d521136f9b.tar.bz2 dotfiles-2ecd86e43276077b173f35c7bc5e72d521136f9b.zip |
update .zshrc
-rw-r--r-- | .zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ export GPG_TTY=$(tty) export PATH=$HOME/bin:/usr/local/bin:$PATH # Add local path executables -export PATH=/home/cyborg/.local/bin:$PATH +export PATH=$HOME/.local/bin:$PATH # Path to your oh-my-zsh installation. export ZSH="$HOME/.oh-my-zsh" @@ -106,4 +106,4 @@ source $ZSH/oh-my-zsh.sh # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" alias l="k -a" -alias config='/usr/bin/git --git-dir=/home/cyborg/.dotfiles/ --work-tree=/home/cyborg' +alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' |