|
@@ -47,6 +47,8 @@ def timestamp_iso():
|
|
return dt.datetime.now(tz=dateutil.tz.tzlocal()) \
|
|
return dt.datetime.now(tz=dateutil.tz.tzlocal()) \
|
|
.strftime('%Y%m%dT%H%M%S%z')
|
|
.strftime('%Y%m%dT%H%M%S%z')
|
|
|
|
|
|
-aliases['ll'] = ['ls', '-l', '--all', '--indicator-style=slash', '--human-readable', '--time-style=long-iso', '--color=auto']
|
|
|
|
|
|
+aliases['g'] = ['git']
|
|
|
|
+aliases['ll'] = ['ls', '-l', '--all', '--indicator-style=slash',
|
|
|
|
+ '--human-readable', '--time-style=long-iso', '--color=auto']
|
|
|
|
|
|
# vim: filetype=python
|
|
# vim: filetype=python
|