Compare commits

..

No commits in common. "2a9987fb9ed46cf06b859409b6c4061dd7c676bd" and "643d23a5d3b876b00cf20e992ae2061134e4652b" have entirely different histories.

2 changed files with 4 additions and 8 deletions

View file

@ -1,5 +1,3 @@
#!/bin/zsh #!/bin/zsh
##? What is the weather? # What is the weather?
##? defaults to showing Austin, Tx curl "http://wttr.in/$1"
curl "http://wttr.in/${1:-Austin,Tx}"

View file

@ -1,6 +1,4 @@
# Dotfile Todo's # Dotfile Todo's
<!-- i.e. something like chezmoi forget --interactive ~/$(chezmoi managed | fzf) --> - [x] make a command to 'forget' files using fzf as selector
- [ ] make a command to 'forget' files using fzf as selector <!-- i.e. something line chezmoi forget --interactive ~/$(chezmoi managed | fzf) -->
- [ ] deal with the abomination that is the ./vscode directory