diff options
Diffstat (limited to 'pyssg.xyz/pyssg_alias.sh')
-rwxr-xr-x | pyssg.xyz/pyssg_alias.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pyssg.xyz/pyssg_alias.sh b/pyssg.xyz/pyssg_alias.sh new file mode 100755 index 0000000..087f6cc --- /dev/null +++ b/pyssg.xyz/pyssg_alias.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +PYSSG_XYZ_DIR=$HOME/pyssg/pyssg.xyz + +alias p='pyssg --config $PYSSG_XYZ_DIR/config.yaml' |