dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 2d1ca55f50a67a8151f9c4eb03a9eb2fdb365597
parent ad7b326c2fbee8e09bab7faa2eb7b7d021db7a5f
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri,  2 Aug 2019 22:25:42 +0100

use /home/pyratebeard/bin as path, not dot/bin/bin

Diffstat:
Mzsh/.zshrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zsh/.zshrc b/zsh/.zshrc @@ -6,6 +6,6 @@ for config (~/.zsh/*.zsh) source $config setopt auto_cd -export PATH=$PATH:/home/pyratebeard/dot/bin/bin:/home/pyratebeard/.local/bin +export PATH=$PATH:/home/pyratebeard/bin:/home/pyratebeard/.local/bin source ~/.zsh/venganza.zsh