Browse Source

Merge branch 'master' of git.hammerle.me:fphammerle/config-xonsh

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

+ 2 - 0
rc.xsh

@@ -47,4 +47,6 @@ 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']
+
 # vim: filetype=python