mirror of
https://github.com/jarun/advcpmv.git
synced 2026-08-12 03:50:50 +02:00
Fix Fish shell alias command syntax in README
Previously, the single quotes would get eaten, when already running in a fish shell. Added double quotes to prevent this.
This commit is contained in:
@@ -67,8 +67,8 @@ echo -e 'alias mv=\x27/usr/local/bin/mvg -g\x27' >> ~/.bashrc
|
||||
Fish:
|
||||
|
||||
```
|
||||
echo alias cp '/usr/local/bin/advcp -g' >> ~/.config/fish/config.fish
|
||||
echo alias mv '/usr/local/bin/advmv -g' >> ~/.config/fish/config.fish
|
||||
echo "alias cp '/usr/local/bin/advcp -g'" >> ~/.config/fish/config.fish
|
||||
echo "alias mv '/usr/local/bin/advmv -g'" >> ~/.config/fish/config.fish
|
||||
```
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user