Remove convert alias
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
6158275c6d
commit
76e8ce7161
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ bindkey "\033[4~" end-of-line
|
|||
alias alpine='docker run --rm -ti alpine /bin/sh'
|
||||
alias bcrypt='python3 -c "import bcrypt; import sys; print(bcrypt.hashpw(sys.argv[1].encode(\"utf-8\"), bcrypt.gensalt(10)).decode(\"utf-8\"))"'
|
||||
alias clasp='docker run --rm -ti -v ~/.config/clasp:/home/node -v $(pwd):$(pwd) -w $(pwd) luzifer/clasp'
|
||||
alias convert='dtool imagick convert'
|
||||
alias envrun='envrun --log-level=error'
|
||||
alias ffmpeg='dtool ffmpeg'
|
||||
alias firebase='docker run --rm -ti -v ~/.config/firebase:/home/node/.config -v $(pwd):$(pwd) -w $(pwd) luzifer/firebase-tools'
|
||||
|
|
Loading…
Reference in a new issue