my_preset/.zshrc
2021-02-25 14:10:44 +03:00

14 lines
403 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Load Homebrew config script
source $HOME/.brewconfig.zsh
madir()
{
cd ~/Desktop/ && mkdir -p "$@" && cd "$@"
echo "folder $@ maked sucses"
}
alias clearcache="sh /Users/mdenys/clearcache.sh"
alias minikubenewpc="sh /Users/mdenys/minikubenewpc.sh"
alias code="open -a Visual\ Studio\ Code ."
alias сколько="du -hd 1 ~ | sort -hk 1"
alias сколькоожно="du -hd 2 ~ | sort -hk 1"