Browse Source

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

Fabian Peter Hammerle 5 năm trước cách đây
mục cha
commit
5cf47fafb1
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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