diff --git a/taskfiles/SharedCommon.yml b/taskfiles/SharedCommon.yml new file mode 100644 index 0000000..0cfbf94 --- /dev/null +++ b/taskfiles/SharedCommon.yml @@ -0,0 +1,13 @@ +# https://taskfile.dev + +version: '3' + +tasks: + updatebash: + cmds: + - cmd: (cp /zz/zShared/shared/bashrc ~/.bashrc) + ignore_error: true + - cmd: (cp /zz/zShared/shared/bash_logout ~/.bash_logout) + ignore_error: true + - cmd: (cp /zz/zShared/shared/bash_profile ~/.bash_profile) + ignore_error: true \ No newline at end of file