Specify path for .localrc
David Blume

David Blume commited on 2016-10-03 09:45:21
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -57,5 +57,5 @@ alias findinhppfiles="find . -type f \( -name \*.hpp -or -name \*.h \) -print0 |
57 57
 alias clip="expand | cut -b1-\$COLUMNS"
58 58
 
59 59
 if [ -f .localrc ]; then
60
-    source .localrc
60
+    source $HOME/.localrc
61 61
 fi
62 62