diff --git a/files/.bashrc b/files/.bashrc index 1d28598..710130a 100644 --- a/files/.bashrc +++ b/files/.bashrc @@ -59,4 +59,3 @@ fi if [ -d ~/.client ]; then for f in ~/.client/.*; do if [[ -f $f ]]; then source $f ; fi; done fi -