Browse Source

alias d -> docker

Fabian Peter Hammerle 5 years ago
parent
commit
3e7e4ed7dc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rc.xsh

+ 1 - 0
rc.xsh

@@ -117,6 +117,7 @@ def timestamp_iso_local():
     # the system local timezone for the target timezone
     return timestamp_now_local().strftime('%Y%m%dT%H%M%S%z')
 
+aliases['d'] = ['docker']
 aliases['dpkg-welse'] = lambda args: '\n'.join(dpkg_welse(args[0]))
 aliases['dpkg-which'] = lambda args: '\t'.join(dpkg_which(args[0]))
 aliases['g'] = ['git']