aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-22 16:34:38 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-22 16:35:29 +1200
commit839827ff4cfbe42c9204e134ba70a8d072bcbf82 (patch)
treed9422d841b87841fbb0666aa6315fb122e3583a6 /bash
parentRemove '\'' sh ftplugin map; <Esc> interference (diff)
downloaddotfiles-839827ff4cfbe42c9204e134ba70a8d072bcbf82.tar.gz
dotfiles-839827ff4cfbe42c9204e134ba70a8d072bcbf82.zip
Ignore #emacs_backup# file pattern
Diffstat (limited to 'bash')
-rw-r--r--bash/bash_completion.d/_text_filenames.bash3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash/bash_completion.d/_text_filenames.bash b/bash/bash_completion.d/_text_filenames.bash
index 0f7f6dd8..d379b8f9 100644
--- a/bash/bash_completion.d/_text_filenames.bash
+++ b/bash/bash_completion.d/_text_filenames.bash
@@ -140,6 +140,9 @@ _text_filenames() {
(*.swf) ;;
(*.webm) ;;
+ # Emacs
+ (\#*\#) ;;
+
# Vim
(*~) ;;
(*.swp) ;;