mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-27 14:51:14 -03:00
committed by
Johannes Altmanninger
parent
cab6b97539
commit
165e0d0ed5
@@ -47,13 +47,13 @@ function man
|
||||
# So we override them with the good name.
|
||||
switch $argv
|
||||
case !
|
||||
set $argv not
|
||||
set argv not
|
||||
case .
|
||||
set $argv source
|
||||
set argv source
|
||||
case :
|
||||
set $argv true
|
||||
set argv true
|
||||
case '['
|
||||
set $argv test
|
||||
set argv test
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user