this repo has no description
0
fork

Configure Feed

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

feat: work specific aliases

+8
+8
zsh/zshenv
··· 28 28 alias pip=pip3 29 29 alias tm=$HOME/dotfiles/scripts/tmopen.sh 30 30 31 + # if machine name is nebula.. 32 + if [[ $(hostname) == "nebula" ]]; then 33 + alias mro="glab mr view -w" 34 + alias mktkt=$HOME/dotfiles/scripts/zapier/make-ticket.sh 35 + alias mkmr=$HOME/dotfiles/scripts/zapier/make-mr.sh 36 + alias mkuser=$HOME/dotfiles/scripts/zapier/make-test-user.sh 37 + fi 38 + 31 39 function rand { 32 40 count=$1 33 41 if [ -z "$count" ]; then