diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-01-28 13:34:22 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-01-28 13:34:22 +0100 |
commit | 15d65c8a1c419a3a168339a1745edfb891210d3c (patch) | |
tree | c7ca808fe420f40459cf68217e1dae3c8cecdd1c /etc/alias/default | |
parent | 0a553918c21ad1a823cf8f098684494b2d27a1cd (diff) |
default aliases: todo: Use noglob
Diffstat (limited to 'etc/alias/default')
-rw-r--r-- | etc/alias/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/alias/default b/etc/alias/default index fede482..0dd7bfd 100644 --- a/etc/alias/default +++ b/etc/alias/default @@ -77,7 +77,7 @@ alias screen='screen -ADRUa' alias tilp='gksudo "tilp --calc=ti84+ --cable=DirectLink"' # Don't collapse trees -alias todo='todo -f +children' +alias todo='noglob todo -f +children' # smooth scrolling alias xload='xload -jumpscroll 1' |