Initial commit, modular zsh config easy to extend with extra behaviours
This commit is contained in:
commit
df6164e3aa
22 changed files with 154 additions and 0 deletions
2
home/.zsh/functions/enphp
Normal file
2
home/.zsh/functions/enphp
Normal file
|
@ -0,0 +1,2 @@
|
|||
#! zsh
|
||||
cat $argv | php -r 'echo serialize( json_decode( file_get_contents( "php://stdin" ) ) );'
|
Loading…
Add table
Add a link
Reference in a new issue