diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2021-01-04 22:24:09 +0100 | 
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2021-01-04 22:24:09 +0100 | 
| commit | 6eb8ea88437f58c68bb908d0547ca460df63511a (patch) | |
| tree | 229e8ca2ec3d3b424cd6415446561f6f42c91a57 /bashrc | |
| parent | b3b2b889cb0cb645384bab179b2620a97c1a24d3 (diff) | |
| download | bin-6eb8ea88437f58c68bb908d0547ca460df63511a.zip bin-6eb8ea88437f58c68bb908d0547ca460df63511a.tar.gz  | |
bashrc : add ddu alias for ncdu cache file
Diffstat (limited to 'bashrc')
| -rw-r--r-- | bashrc | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -88,6 +88,7 @@ alias fuck='eval $(thefuck $(fc -ln -1)); history -r'  alias kk='khal calendar'  alias ki='khal interactive'  alias zz='clear && khal calendar && task -old' +alias ddu='zcat ~/.cache/ncdu-data.gz | ncdu -f-'  # FUNCTIONS  function lip () {    # local ips  | 
