From c4bd69ba3436e974c1a2061f1a2e6c9eaf0752c4 Mon Sep 17 00:00:00 2001 From: self Date: Sun, 13 Feb 2022 17:52:19 +0000 Subject: Swapped /home/george from old install to $HOME --- zsh/.zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 268d062..0424138 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -14,17 +14,17 @@ export LANG=en_GB.UTF-8 setopt autocd unsetopt beep bindkey -v -zstyle :compinstall filename '/home/george/.zshrc' +zstyle :compinstall filename "$HOME/.zshrc" # Path -export PATH="$PATH:/home/george/.local/bin" +export PATH="$PATH:$HOME/.local/bin" # Configuring applications to use nvidia GPU alias pmpv="prime-run mpv" # Other general user config -export USRCONFDIR=/home/george/.usrconf # Set user configuration directory ## TODO: is this needed anymore? +export USRCONFDIR=$HOME/.usrconf # Set user configuration directory ## TODO: is this needed anymore? autoload -U colors && colors autoload -U promptinit && promptinit -- cgit v1.2.1