Skip to content

Commit 8a85949

Browse files
committed
zshrc: sync global aliases from zshrc.local to zshrc as abk's
1 parent c4eabbf commit 8a85949

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

etc/zsh/zshrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -976,6 +976,8 @@ abk=(
976976
'G' '|& grep '${grep_options:+"${grep_options[*]}"}
977977
'H' '| head'
978978
'Hl' ' --help |& less -r' #d (Display help in pager)
979+
'J' '|jq'
980+
'K' '|keep'
979981
'L' '| less'
980982
'LL' '|& less -r'
981983
'M' '| most'
@@ -984,6 +986,7 @@ abk=(
984986
'SL' '| sort | less'
985987
'S' '| sort -u'
986988
'T' '| tail'
989+
'TS' '|ts "%F %H:%M:%.S"'
987990
'V' '|& vim -'
988991
#A# end
989992
'co' './configure && make && sudo make install'

0 commit comments

Comments
 (0)