mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-01 19:49:25 +00:00
Add comments into each of the function files to make them easier to find
This commit is contained in:
@ -7,6 +7,8 @@
|
||||
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
||||
#
|
||||
|
||||
# function deb-history {
|
||||
|
||||
case "$1" in
|
||||
(install)
|
||||
zgrep --no-filename 'install ' $(ls -rt /var/log/dpkg*)
|
||||
@ -34,3 +36,5 @@ Commands:
|
||||
EOF
|
||||
;;
|
||||
esac
|
||||
|
||||
# }
|
||||
|
Reference in New Issue
Block a user