this repo has no description
0
fork

Configure Feed

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

tm alias to tmopen script

+1 -17
+1 -17
zsh/zshenv
··· 26 26 alias ytop="ytop -c default-dark" 27 27 alias python=python3 28 28 alias pip=pip3 29 - 30 - function tm { 31 - rootdir=$(pwd) 32 - if [ ! -z "$1" ]; then 33 - rootdir=$(echo "$1" | sed 's:/*$::') 34 - fi 35 - session_name="${rootdir##*/}" 36 - if [ -z "$TMUX" ]; then 37 - tmux new -A -s $session_name -c $rootdir 38 - else 39 - tmux has-session -t $session_name 40 - if [ $? != 0 ]; then 41 - tmux new -A -c $rootdir -s $session_name -d 42 - fi 43 - tmux switch -t $session_name 44 - fi 45 - } 29 + alias tm=$HOME/dotfiles/scripts/tmopen.sh 46 30 47 31 function rand { 48 32 count=$1