diff options
-rw-r--r-- | .bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -134,6 +134,8 @@ cdup() { cdmk() { cd "$1" 2>/dev/null || { mkdir "$1"; cd "$1";}; } +vim-which() { vim "$(which "$@")"; } + # Jim Meyring's take on "display the programs with W and X memory" # http://lists.fedoraproject.org/pipermail/devel/2013-April/181747.html sec-wx-mem() { |