From 2ecd86e43276077b173f35c7bc5e72d521136f9b Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Fri, 3 Nov 2023 18:28:51 -0500 Subject: update .zshrc --- .zshrc | 4 ++-- 1 file 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' -- cgit v1.2.3-70-g09d2