mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-12-19 10:35:30 -07:00
Compare commits
2 Commits
4181e8a2cc
...
0f71cfd3c1
Author | SHA1 | Date | |
---|---|---|---|
![]() |
0f71cfd3c1 | ||
![]() |
3dd83a22a1 |
@ -36,6 +36,8 @@ function title {
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
print -Pn "\r" # move the cursor to the beginning of the line
|
||||
}
|
||||
|
||||
ZSH_THEME_TERM_TAB_TITLE_IDLE="%15<..<%~%<<" #15 char left truncated PWD
|
||||
|
@ -5,4 +5,4 @@ Generate a QR Code from the command line. Uses [QRcode.show](https://qrcode.show
|
||||
alias | command
|
||||
--------------- | --------
|
||||
`qrcode [text]` | `curl -d "text" qrcode.show`
|
||||
`qrsvg [text]` | `curl -d "text" qrcode.show -H "Accepct: image.svg"`
|
||||
`qrsvg [text]` | `curl -d "text" qrcode.show -H "Accept: image/svg+xml"`
|
||||
|
Loading…
Reference in New Issue
Block a user