X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=344528ce4f757a938bc430c51602fd11ce986278;hb=48186d3a9d4139bfcd9bf743cb56cb77f287f464;hp=7bfdf4d057f4815fd39f8c818d1240078f86230f;hpb=d2ac1657a6592f05cc3084654a61ffaacd679b2a;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 7bfdf4d..344528c 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2765,11 +2765,6 @@ inplaceMkDirs() { #k# mkdir -p from string under cursor or marked area zle -N inplaceMkDirs && bindkey '^XM' inplaceMkDirs -#f5# Memory overview -memusage() { - ps aux | awk '{if (NR > 1) print $5; if (NR > 2) print "+"} END { print "p" }' | dc -} - # Function Usage: doc packagename #f5# \kbd{cd} to /usr/share/doc/\textit{package} doc() {