mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
[Core] Functions: Duplicate same function in lib/directories.zsh mcd.
This commit is contained in:
parent
e2971559e5
commit
ee75505bbc
1 changed files with 0 additions and 5 deletions
|
|
@ -33,11 +33,6 @@ function upgrade_oh_my_zsh() {
|
||||||
/bin/sh $ZSH/tools/upgrade.sh
|
/bin/sh $ZSH/tools/upgrade.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
function take() {
|
|
||||||
mkdir -p $1
|
|
||||||
cd $1
|
|
||||||
}
|
|
||||||
|
|
||||||
function logview() {
|
function logview() {
|
||||||
ccze -A < $1 | less -R
|
ccze -A < $1 | less -R
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue