summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2023-11-03 18:28:51 -0500
committerChristian Cleberg <hello@cleberg.net>2023-11-03 18:28:51 -0500
commit2ecd86e43276077b173f35c7bc5e72d521136f9b (patch)
tree38385871f17c2dba158d816f1df23ea25887fe69
parent663b4c29a51b9fd28f21154ef90ebe39593fea16 (diff)
downloaddotfiles-2ecd86e43276077b173f35c7bc5e72d521136f9b.tar.gz
dotfiles-2ecd86e43276077b173f35c7bc5e72d521136f9b.tar.bz2
dotfiles-2ecd86e43276077b173f35c7bc5e72d521136f9b.zip
update .zshrc
-rw-r--r--.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index 6a9c0c6..f7b3035 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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'