Browse Source

map alias g -> git

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

+ 3 - 1
rc.xsh

@@ -47,6 +47,8 @@ def timestamp_iso():
     return dt.datetime.now(tz=dateutil.tz.tzlocal()) \
             .strftime('%Y%m%dT%H%M%S%z')
 
-aliases['ll'] = ['ls', '-l', '--all', '--indicator-style=slash', '--human-readable', '--time-style=long-iso', '--color=auto']
+aliases['g'] = ['git']
+aliases['ll'] = ['ls', '-l', '--all', '--indicator-style=slash',
+                 '--human-readable', '--time-style=long-iso', '--color=auto']
 
 # vim: filetype=python