فهرست منبع

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