File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -641,12 +641,6 @@ If no argument is specified N is set to 1.
641641*any()*::
642642Lists 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()*::
651645Simple backup management of a file or directory using standard unix programs.
652646The target file name is the original name plus a time stamp attached. Symlinks
Original file line number Diff line number Diff 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) " "
24732473fi
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
24822476function zsh-help () {
24832477 print " $bg [white]$fg [black]
You can’t perform that action at this time.
0 commit comments