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 |
alias clip="expand | cut -b1-\$COLUMNS"
if [ -f .localrc ]; then
- source .localrc
+ source $HOME/.localrc
fi