1
0
mirror of https://github.com/kmein/niveum synced 2026-03-22 04:41:07 +01:00

make "take" available to every shell

This commit is contained in:
Kierán Meinhardt
2019-08-23 18:27:06 +02:00
parent 4697098e38
commit b8cb900ec1
2 changed files with 13 additions and 16 deletions

View File

@@ -49,11 +49,6 @@
autoload -U zmv run-help
take() {
mkdir $1
cd $1
}
fpath=(${zsh-completions}/src $fpath)
source ${zsh-history-substring-search}/zsh-history-substring-search.zsh