This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
shrc: fix printing session name in dt
pull/1/head
10sr
11 years ago
parent
a3b131bc95
commit
69c3cd4252
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
shrc
+ 2
- 1
shrc
View File
@@ -608,7 +608,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"
Write
Preview
Loading…
Cancel
Save