ソースを参照

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

Fabian Peter Hammerle 5 年 前
コミット
5cf47fafb1
1 ファイル変更2 行追加0 行削除
  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