aboutsummaryrefslogtreecommitdiff
path: root/shellrc
diff options
context:
space:
mode:
Diffstat (limited to 'shellrc')
-rw-r--r--shellrc2
1 files changed, 1 insertions, 1 deletions
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'