瀏覽代碼

Revert "Don't put taskwarrior commands to history"

This reverts commit 55a4088d807c5ca0552e89c3240ec1d3c88842f6.

Turns out this makes it too hard to explore and learn the vast potentials
of taskwarrior CLI.
Alois Mahdal 9 年之前
父節點
當前提交
71295e1318
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. 0
    1
      dotfiles/bash/main.bashrc

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

149
 
149
 
150
 HISTIGNORE="$HISTIGNORE:ls:ll:la:cd"
150
 HISTIGNORE="$HISTIGNORE:ls:ll:la:cd"
151
 HISTIGNORE="$HISTIGNORE:git dc:git st"
151
 HISTIGNORE="$HISTIGNORE:git dc:git st"
152
-HISTIGNORE="$HISTIGNORE:task *:git dc:git st"
153
 #export HISTIGNORE="$HISTIGNORE:se *:sc *"
152
 #export HISTIGNORE="$HISTIGNORE:se *:sc *"
154
 HISTSIZE=-1
153
 HISTSIZE=-1
155
 HISTFILESIZE=100000
154
 HISTFILESIZE=100000