configs  Check-in [1dd5422a22]

Overview
Comment:zshrc: Remove ix.io - it's dead
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 1dd5422a22f6ba5adf9e3cc87e40103e899c0c5ca90811634f9ea02c6c442fae
User & Date: js on 2024-01-04 20:38:37
Other Links: manifest | tags
Context
2024-02-07
22:20
zshrc: Fix compatibility with zsh 4 check-in: aad9f4af74 user: js tags: trunk
2024-01-04
20:38
zshrc: Remove ix.io - it's dead check-in: 1dd5422a22 user: js tags: trunk
19:03
Sign the new commit signing key with the main key check-in: 666228e3df user: js tags: trunk
Changes

Modified zshrc from [c18d7ed950] to [acbdce3ed9].

393
394
395
396
397
398
399
400
401
402
403
404
405
406
407

		cryptopassphrase $@ | tr -d '\n' | $clipboard
	}
	alias pw="pwnk -k ~/.cryptopassphrase.key"
	alias pws="pwnk -k ~/.cryptopassphrase-server.key"
fi

ixio() { curl -F 'f:1=<-' ix.io }
0x0st() { curl -F'file=@-' https://0x0.st }

if [ -f /sys/class/power_supply/BAT0/power_now ]; then
	power_now() {
		awk '{ print $1*10^-6 " W" }' \
			/sys/class/power_supply/BAT0/power_now
	}







<







393
394
395
396
397
398
399

400
401
402
403
404
405
406

		cryptopassphrase $@ | tr -d '\n' | $clipboard
	}
	alias pw="pwnk -k ~/.cryptopassphrase.key"
	alias pws="pwnk -k ~/.cryptopassphrase-server.key"
fi


0x0st() { curl -F'file=@-' https://0x0.st }

if [ -f /sys/class/power_supply/BAT0/power_now ]; then
	power_now() {
		awk '{ print $1*10^-6 " W" }' \
			/sys/class/power_supply/BAT0/power_now
	}