소스 검색

Do not execute history-expanded command; pass it to buffer for editing

Alois Mahdal 8 년 전
부모
커밋
bfec9f6521
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      dotfiles/bash/main.bashrc

+ 1
- 0
dotfiles/bash/main.bashrc 파일 보기

@@ -98,6 +98,7 @@ HISTIGNORE="$HISTIGNORE:git dc:git st"
98 98
 HISTSIZE=-1
99 99
 HISTFILESIZE=100000
100 100
 GLOBIGNORE=.:..
101
+shopt -s histverify
101 102
 
102 103
 # some more aliases
103 104
 alias cal='cal -m'