Added chezmoi aliases
This commit is contained in:
parent
c6f784df98
commit
1ec309c7b3
1 changed files with 5 additions and 0 deletions
|
@ -53,6 +53,11 @@ if command -v bat > /dev/null; then
|
|||
}
|
||||
fi
|
||||
|
||||
### Chezmoi
|
||||
alias chezmoihome='cd "${XDG_DATA_HOME:-$HOME/.local/share}/chezmoi/home"'
|
||||
alias chezmoiscripts='cd "${XDG_DATA_HOME:-$HOME/.local/share}/chezmoi//home/.chezmoiscripts"'
|
||||
alias chezmoisecrets='cd "${XDG_DATA_HOME:-$HOME/.local/share}/chezmoi/home/.chezmoitemplates/secrets"'
|
||||
|
||||
### curl-impersonate
|
||||
# https://github.com/lwthiker/curl-impersonate
|
||||
alias curl-impersonate='docker run --rm lwthiker/curl-impersonate:0.5-chrome curl_chrome110'
|
||||
|
|
Loading…
Reference in a new issue