diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2021-08-10 00:51:38 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-08-10 00:51:38 -0500 |
commit | 0949414e76c75da02efb07dbe747f3387a24d2c0 (patch) | |
tree | 388c0ca6586b2301d9686ba8d37aa18672bf70a7 /zsh/zprofile.desktop | |
parent | a3d99f320ae18449e35725cb433112f8c06943d6 (diff) | |
download | dotconfig-0949414e76c75da02efb07dbe747f3387a24d2c0.tar.xz dotconfig-0949414e76c75da02efb07dbe747f3387a24d2c0.zip |
changed name of home dirs and other small tweaks
Diffstat (limited to 'zsh/zprofile.desktop')
-rw-r--r-- | zsh/zprofile.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/zprofile.desktop b/zsh/zprofile.desktop index 2a27a12..ce1f28a 100644 --- a/zsh/zprofile.desktop +++ b/zsh/zprofile.desktop @@ -1,5 +1,5 @@ #!/bin/zsh # vim: filetype=zsh export COMPUTER="desktop" -export PATH=~/Scripts/pkgmgt/emerge:$PATH +export PATH="/home/timmy/scripts/pkgmgt/emerge:$PATH" source /home/timmy/.config/zsh/zprofile.base |