diff options
author | Jan Pokorný <[email protected]> | 2014-11-06 21:26:45 +0100 |
---|---|---|
committer | Jan Pokorný <[email protected]> | 2014-11-06 21:26:45 +0100 |
commit | 92500571f192cb716ead15aa19ef1d554a57ad0a (patch) | |
tree | f8da887014c29bae4c50e8a325e5f43a56d950cf | |
parent | 7d8f5f273570ce8d42db1f8ca39a5c1500906371 (diff) | |
download | dotfiles-92500571f192cb716ead15aa19ef1d554a57ad0a.tar.gz dotfiles-92500571f192cb716ead15aa19ef1d554a57ad0a.tar.xz dotfiles-92500571f192cb716ead15aa19ef1d554a57ad0a.zip |
Bash config: vim-which alias for editing PATH scripts right away
Signed-off-by: Jan Pokorný <[email protected]>
-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() { |