# 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"