this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

zsh: couple aliases

+2
+2
zsh/zshenv
··· 30 30 alias pip=pip3 31 31 alias tm=$HOME/dotfiles/scripts/tmopen.sh 32 32 alias aic="aicommits --type conventional" 33 + alias dots="cd $DOTFILES_DIR && nvim" 33 34 34 35 # if machine name is asteroid.. 35 36 if [[ $(hostname) == "asteroid" ]]; then ··· 38 39 alias mkmr=$HOME/dotfiles/scripts/zapier/make-mr.sh 39 40 alias mkuser=$HOME/dotfiles/scripts/zapier/make-test-user.sh 40 41 alias zghorg="ghorg --config ~/code/zapier/ghorg-conf.yaml clone zapier" 42 + alias cdz="cd ~/code/zapier" 41 43 fi 42 44 43 45 function rand {