mirror of
https://github.com/shokinn/.files.git
synced 2025-01-19 05:22:25 +00:00
add fuck alias for thefuck
This commit is contained in:
parent
a4650d4cee
commit
51dfc7962b
|
@ -123,6 +123,7 @@ source $ZSH/oh-my-zsh.sh
|
||||||
# alias zshconfig="mate ~/.zshrc"
|
# alias zshconfig="mate ~/.zshrc"
|
||||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||||
alias dotdrop='eval $(grep -v "^#" ~/.files/.env.public) ~/.files/dotdrop.sh'
|
alias dotdrop='eval $(grep -v "^#" ~/.files/.env.public) ~/.files/dotdrop.sh'
|
||||||
|
eval $(thefuck --alias)
|
||||||
|
|
||||||
# Enable pipx completions
|
# Enable pipx completions
|
||||||
if [ -f "$HOME/.local/bin/pipx" ]; then
|
if [ -f "$HOME/.local/bin/pipx" ]; then
|
||||||
|
|
Loading…
Reference in a new issue