浏览代码

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

Alois Mahdal 9 年前
父节点
当前提交
bfec9f6521
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      dotfiles/bash/main.bashrc

+ 1
- 0
dotfiles/bash/main.bashrc 查看文件

98
 HISTSIZE=-1
98
 HISTSIZE=-1
99
 HISTFILESIZE=100000
99
 HISTFILESIZE=100000
100
 GLOBIGNORE=.:..
100
 GLOBIGNORE=.:..
101
+shopt -s histverify
101
 
102
 
102
 # some more aliases
103
 # some more aliases
103
 alias cal='cal -m'
104
 alias cal='cal -m'