mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 13:01:21 -03:00
Allow filename completion for screen
Screen commands can be passed an executable to run like: $ screen -dR my_session /usr/bin/fish This commit enables completion for that filename
This commit is contained in:
committed by
ridiculousfish
parent
e475b1a375
commit
06f832aae1
@@ -50,7 +50,6 @@ end
|
||||
# detect socket directory for mac users
|
||||
__fish_detect_screen_socket_dir
|
||||
|
||||
complete -c screen -x
|
||||
complete -c screen -s a -d 'Include all capabilitys'
|
||||
complete -c screen -s A -d 'Adapt window size'
|
||||
complete -c screen -s c -r -d 'Specify init file'
|
||||
|
||||
Reference in New Issue
Block a user