mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Merge with origin.
This commit is contained in:
commit
f1fb1805ee
43 changed files with 655 additions and 49 deletions
|
|
@ -1,9 +1,3 @@
|
|||
#function preexec {
|
||||
#emulate -L zsh
|
||||
#local -a cmd; cmd=(${(z)1})
|
||||
#title $cmd[1]:t "$cmd[2,-1]"
|
||||
#}
|
||||
|
||||
function zsh_stats() {
|
||||
history | awk '{print $2}' | sort | uniq -c | sort -rn | head
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue