Browse Source

Merge branch 'master' of github.com:10sr/dotfiles

pull/1/head
10sr 10 years ago
parent
commit
05c29c46d0
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      shrc

+ 2
- 1
shrc View File

@@ -614,7 +614,8 @@ dt(){

if test -n "${__MY_DTACH}"
then
echo "Current session: ${__MY_DTACH}"
soc_name="`echo $__MY_DTACH | sed -e "s ^$__dtach_dir/ "`"
echo "Current session: ${soc_name}"
fi

if test -z "$1"


Loading…
Cancel
Save