Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Literal `~` directory created?
- X-seq: zsh-workers 51753
- From: <thomas.david.vaughan@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Literal `~` directory created?
- Date: Thu, 18 May 2023 13:59:37 +0000
- Archived-at: <https://zsh.org/workers/51753>
- List-id: <zsh-workers.zsh.org>
I ran `brew bundle install` in a newly created directory which contained only
a Brewfile, and noticed that afterwards a directory named `~` had been
created:
$ ll
total 4
drwx------ 3 tvaughan staff 96 May 18 09:33 '~'
-rw-r--r-- 1 tvaughan staff 14 May 18 09:33 Brewfile
$ find .
.
./Brewfile
./~
./~/.cache
./~/.cache/zsh
./~/.cache/zsh/compcache
./~/.cache/zsh/compcache/brew_all_commands
I have noticed this before perhaps as far back as three months ago, but I
never could narrow it down enough to understand what might be causing this. I
would see this after I ran some homemade scripts I wrote to maintain the
software installed on my laptop. These scripts always ran brew so maybe it's
the culprit?
$ echo $SHELL
/usr/local/bin/zsh
$ which zsh
/usr/local/bin/zsh
$ zsh --version
zsh 5.9 (x86_64-apple-darwin21.3.0)
I run https://github.com/radian-software/radian with no modifications, FYI
Thanks,
-Tom
Messages sorted by:
Reverse Date,
Date,
Thread,
Author