summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 4344928..b5e2b22 100644
--- a/.bashrc
+++ b/.bashrc
@@ -247,6 +247,7 @@
while IFS= read line
do
+ [ -z "$line" ] && continue
line="${line##"$HOME"/Programming/"$_folder"/}/"
line="${line// /\\ }"
COMPREPLY+=("$line")