Skip to content

Commit

Permalink
Docker: Add fish alias
Browse files Browse the repository at this point in the history
  • Loading branch information
benjick authored and spaam committed Apr 11, 2024
1 parent b8ac61e commit 03f00c5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _pages/install/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ alias svtplay-dl='docker run -it --rm -u $(id -u):$(id -g) -v "$(pwd):/data" spa
###### zsh (~/.zshrc)
```sh
alias svtplay-dl='docker run -it --rm -u $(id -u):$(id -g) -v "$(pwd):/data" spaam/svtplay-dl'
```
```
##### fish (~/.config/fish/config.fish)
```
alias svtplay-dl='docker run -it --rm -u (id -u):(id -g) -v (pwd):/data spaam/svtplay-dl'
```

0 comments on commit 03f00c5

Please sign in to comment.