Skip to content

Commit

Permalink
Updated README.md (#151)
Browse files Browse the repository at this point in the history
Changed it so that the LS override uses `rpg-cli` instead of `rpg`
  • Loading branch information
AlleyPally authored Jan 13, 2025
1 parent ad582b6 commit f1ae652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ It can be integrated to the regular ls like this:
ls () {
command ls "$@"
if [ $# -eq 0 ] ; then
rpg cd -f .
rpg ls
rpg-cli cd -f .
rpg-cli ls
fi
}
```
Expand Down

0 comments on commit f1ae652

Please sign in to comment.