mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Merge eeb4bd3c81 into 5667161d49
This commit is contained in:
commit
f2935ac011
1 changed files with 6 additions and 0 deletions
|
|
@ -50,6 +50,12 @@ alias rm='rm -i'
|
||||||
alias cp='cp -i'
|
alias cp='cp -i'
|
||||||
alias mv='mv -i'
|
alias mv='mv -i'
|
||||||
|
|
||||||
|
# clear screen
|
||||||
|
alias c='clear'
|
||||||
|
|
||||||
|
# make a directory and cd into it
|
||||||
|
function mkcd() { mkdir "$*"; cd "$*" }
|
||||||
|
|
||||||
# zsh is able to auto-do some kungfoo
|
# zsh is able to auto-do some kungfoo
|
||||||
# depends on the SUFFIX :)
|
# depends on the SUFFIX :)
|
||||||
if is-at-least 4.2.0; then
|
if is-at-least 4.2.0; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue