mirror of
https://forge.chapril.org/tykayn/workflow
synced 2025-06-20 01:44:43 +02:00
9 lines
301 B
Bash
9 lines
301 B
Bash
![]() |
#!/bin/bash
|
|||
|
# these bash aliases are meant to be added in your user folder,
|
|||
|
# in a file named: .bash_aliases (with the dot at the beginning)
|
|||
|
# done for my blog http://www.cipherbliss.com
|
|||
|
|
|||
|
############################ current
|
|||
|
|
|||
|
# load aliases from workflow folder
|
|||
|
. $WORKFLOW_PATH/assets/.bash_aliases
|