Commit 1305b459 authored by Murukesh Mohanan's avatar Murukesh Mohanan

bash help

parent 4004edc6
......@@ -4,7 +4,7 @@ zstyle ':completion:*' completer _expand _complete _ignored
zstyle ':completion:*' list-suffixes true
zstyle ':completion:*' matcher-list '' 'r:|[._-]=** r:|=**' 'l:|=* r:|=*' 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}'
zstyle ':completion:*' squeeze-slashes true
zstyle :compinstall filename '/home/bro3886/.zshrc'
zstyle :compinstall filename '/home/muru/.zshrc'
autoload -Uz compinit
compinit -i
......@@ -146,6 +146,13 @@ ssht () {
ssh -Xt "$@" '$SHELL -lic byobu'
}
bh () {
for i in "$@"
do
bash -c "help $i"
done
}
# pip zsh completion start
function _pip_completion {
local words cword
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment