[bugfix] condition of fish is default shell never match
This commit is contained in:
parent
470ae2c7cd
commit
36f74c1ba4
|
@ -28,7 +28,7 @@ sudo usermod -aG docker $USER
|
|||
|
||||
# completion
|
||||
case "$DEFAULT_SHELL" in
|
||||
fish)
|
||||
$FISH)
|
||||
curl -sLo $HOME/.config/fish/completions/docker.fish --create-dirs \
|
||||
'https://github.com/docker/cli/raw/master/contrib/completion/fish/docker.fish'
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue
Block a user