소스 검색

map alias 'll'

Fabian Peter Hammerle 5 년 전
부모
커밋
403cefbc3b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      rc.xsh

+ 2 - 0
rc.xsh

@@ -29,4 +29,6 @@ import re as re
 # required by pinentry-tty when using gpg command:
 $GPG_TTY=$(tty)
 
+aliases['ll'] = ['ls', '-l', '--all', '--indicator-style=slash', '--human-readable', '--time-style=long-iso', '--color=auto']
+
 # vim: filetype=python