소스 검색

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