Kaynağa Gözat

Add alias for `task modify`

I keeo forgetting to say "modify" and even `m` alias did not help.  This
maybe...
Alois Mahdal 10 yıl önce
ebeveyn
işleme
5882fd8f25
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1
    0
      dotfiles/bash/main.bashrc

+ 1
- 0
dotfiles/bash/main.bashrc Dosyayı Görüntüle

222
 alias pad4='sed -e "/./s/^/    /"'
222
 alias pad4='sed -e "/./s/^/    /"'
223
 alias grep='grep --color --binary-files=without-match'
223
 alias grep='grep --color --binary-files=without-match'
224
 alias sc='se --direction=encz.cz'
224
 alias sc='se --direction=encz.cz'
225
+alias taskm='task modify'
225
 alias ts='ts "%F %T"'
226
 alias ts='ts "%F %T"'
226
 alias lsblk='lsblk -o +UUID,LABEL'
227
 alias lsblk='lsblk -o +UUID,LABEL'
227
 alias virsh='virsh --connect qemu:///system'
228
 alias virsh='virsh --connect qemu:///system'