From 75ec3134cd00d41afdb3b01c839295f8cefbd14c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 6 Sep 2016 23:38:52 +0200 Subject: Fix paths No relative path allowed. How this happend? Should been relative to home directory. --- shellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shellrc') diff --git a/shellrc b/shellrc index eeaae29..b0b0f7d 100644 --- a/shellrc +++ b/shellrc @@ -1,7 +1,7 @@ # vim: ft=sh: # This is file with aliases and variables shared between bash and zsh -export PATH=.local/bin:$PATH:$(ruby -e "print Gem.user_dir")/bin +export PATH=~/.local/bin:$PATH:$(ruby -e "print Gem.user_dir")/bin export EDITOR=vim alias ls='ls --color=auto' -- cgit v1.2.3