Skip to content

Commit 868a98b

Browse files
author
adrianbartyczak
committed
Update bash code in section Usage of aliases README.md
1 parent 4bb623e commit 868a98b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

aliases/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ bash <(git show helper_scripts:cf-gpc-view-aliases.sh)
1818
Add the following code in your .bashrc file to source all the aliases and short functions in your bash runtime environment:
1919

2020
```bash
21-
for cfGpcAliasesFile in $(find "<path/to/cf-gpc>/aliases" -type f -name '*.aliases*'); do
22-
source "${cfGpcAliasesFile}"
21+
for compFndtGnuLinuxShellUseAliasesFile in $(find "<path/to/repo>/aliases" \
22+
-type f -name '*.aliases*'); do
23+
source "${compFndtGnuLinuxShellUseAliasesFile}"
2324
done
2425
```
2526

0 commit comments

Comments
 (0)