We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb623e commit 868a98bCopy full SHA for 868a98b
aliases/README.md
@@ -18,8 +18,9 @@ bash <(git show helper_scripts:cf-gpc-view-aliases.sh)
18
Add the following code in your .bashrc file to source all the aliases and short functions in your bash runtime environment:
19
20
```bash
21
-for cfGpcAliasesFile in $(find "<path/to/cf-gpc>/aliases" -type f -name '*.aliases*'); do
22
- source "${cfGpcAliasesFile}"
+for compFndtGnuLinuxShellUseAliasesFile in $(find "<path/to/repo>/aliases" \
+ -type f -name '*.aliases*'); do
23
+ source "${compFndtGnuLinuxShellUseAliasesFile}"
24
done
25
```
26
0 commit comments