mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
fixed a random $
This commit is contained in:
parent
bf2e9b53e4
commit
8d0c33110b
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ gpull()
|
|||
gpush()
|
||||
{
|
||||
cd ~/
|
||||
[[ -f myrepos ]] || echo -e "warning, you seem to have forgotten to create your list.\n Please run (find -type d -name ".git" > ~/myrepos) and edit your file by hand to select your repos."
|
||||
[[ -f myrepos ]] || echo -e "warning, you seem to have forgotten to create your list.\n Please run $(find -type d -name ".git" > ~/myrepos) and edit your file by hand to select your repos."
|
||||
for f in $( < myrepos);
|
||||
do
|
||||
cd $(dirname ${f})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue