Browse Source

alias d -> sudo docker

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

+ 1 - 1
rc.xsh

@@ -119,7 +119,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['d'] = ['sudo', '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']