Forgot a corresponding change in .bashrc.
David Blume

David Blume commited on 2016-10-03 10:16:02
Showing 1 changed files, with 1 additions and 1 deletions.

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