Compare commits

...

1 Commits

Author SHA1 Message Date
Adphi 6d66656bc4 Added mkcd and timestamp macro 2018-11-01 12:10:17 +01:00
1 changed files with 7 additions and 0 deletions

View File

@ -109,6 +109,13 @@ fp() {
done
}
mkcd ()
{
mkdir -p -- "$1" &&
cd -P -- "$1"
}
alias timestamp="date +%s"
alias wn="watch -n"
fpath=(~/.zsh/completion $fpath)
autoload -Uz compinit && compinit -i