this repo has no description
0
fork

Configure Feed

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

tm: handle trailing slashes

+1 -1
+1 -1
zshenv
··· 17 17 function tm { 18 18 rootdir=$(pwd) 19 19 if [ ! -z "$1" ]; then 20 - rootdir=$1 20 + rootdir=$(echo "$1" | sed 's:/*$::') 21 21 fi 22 22 session_name="${rootdir##*/}" 23 23 if [ -z "$TMUX" ]; then