mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 00:47:30 +00: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:
parent
e475b1a375
commit
06f832aae1
1 changed files with 0 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue