Skip to content

Commit 4ef63c1

Browse files
committed
Remove "asc" function
Used GNU screen. Probably users switched to tmux and/or mosh. Gbp-Dch: full Closes: #230
1 parent 4f1bdd6 commit 4ef63c1

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

doc/grmlzshrc.adoc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -641,12 +641,6 @@ If no argument is specified N is set to 1.
641641
*any()*::
642642
Lists processes matching given pattern.
643643

644-
*asc()*::
645-
Login on the host provided as argument using autossh. Then reattach a GNU screen
646-
session if a detached session is around or detach a currently attached screen or
647-
else start a new screen. This is especially useful for roadwarriors using GNU
648-
screen and ssh.
649-
650644
*bk()*::
651645
Simple backup management of a file or directory using standard unix programs.
652646
The target file name is the original name plus a time stamp attached. Symlinks

etc/zsh/zshrc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2472,12 +2472,6 @@ if [[ -x /sbin/kexec ]] && [[ -r /proc/cmdline ]] ; then
24722472
alias "$(uname -r)-reboot"="kexec -l --initrd=/boot/initrd.img-"$(uname -r)" --command-line=\"$(cat /proc/cmdline)\" /boot/vmlinuz-"$(uname -r)""
24732473
fi
24742474

2475-
# especially for roadwarriors using GNU screen and ssh:
2476-
if ! check_com -g asc && check_com -c autossh && check_com -c screen &>/dev/null ; then
2477-
function asc () { autossh -t "$@" 'screen -RdU' }
2478-
compdef asc=ssh
2479-
fi
2480-
24812475
#f1# Hints for the use of zsh on grml
24822476
function zsh-help () {
24832477
print "$bg[white]$fg[black]

0 commit comments

Comments
 (0)