add forget alias
This commit is contained in:
parent
48d5924e5e
commit
d5cecf2e77
2 changed files with 2 additions and 1 deletions
|
@ -35,3 +35,4 @@ alias urlencode='python3 -c "import sys, urllib.parse as ul; \
|
|||
alias zdot='cd ${ZDOTDIR:-~}'
|
||||
alias dots='cd ${DOTFILES_DIR:-~/.dotfiles}'
|
||||
alias today="date +'%Y-%m-%d'"
|
||||
alias dots-drop='chezmoi forget --interactive $(chezmoi managed -p absolute | fzf)'
|
||||
|
|
2
todo.md
2
todo.md
|
@ -1,4 +1,4 @@
|
|||
# Dotfile Todo's
|
||||
|
||||
- [ ] make a command to 'forget' files using fzf as selector
|
||||
- [x] make a command to 'forget' files using fzf as selector
|
||||
<!-- i.e. something line chezmoi forget --interactive ~/$(chezmoi managed | fzf) -->
|
||||
|
|
Loading…
Reference in a new issue