Update .zshrc-linux
This commit is contained in:
parent
779129e2b4
commit
966f529bd9
@ -18,12 +18,12 @@ hf() {
|
|||||||
curl -F file=@$1 https://hardfiles.org | pbcopy
|
curl -F file=@$1 https://hardfiles.org | pbcopy
|
||||||
}
|
}
|
||||||
#hfs() {
|
#hfs() {
|
||||||
# filename=/Users/$(whoami)/.scrot/$(cat /dev/urandom | LC_ALL=C tr -dc 'a-zA-Z0-9' | fold -w 50 | head -n 1).png
|
# filename=$HOME/.scrot/$(cat /dev/urandom | LC_ALL=C tr -dc 'a-zA-Z0-9' | fold -w 50 | head -n 1).png
|
||||||
# screencapture -i $filename
|
# screencapture -i $filename
|
||||||
# hf $filename
|
# hf $filename
|
||||||
#}
|
#}
|
||||||
hft() {
|
hft() {
|
||||||
filename=/Users/$(whoami)/.scrot/$(cat /dev/urandom | LC_ALL=C tr -dc 'a-zA-Z0-9' | fold -w 50 | head -n 1).txt
|
filename=$HOME/.scrot/$(cat /dev/urandom | LC_ALL=C tr -dc 'a-zA-Z0-9' | fold -w 50 | head -n 1).txt
|
||||||
nano $filename
|
nano $filename
|
||||||
hf $filename
|
hf $filename
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user