diff --git a/taskfiles/UtilsBash.yml b/taskfiles/UtilsBash.yml new file mode 100644 index 0000000..e4baa2d --- /dev/null +++ b/taskfiles/UtilsBash.yml @@ -0,0 +1,14 @@ +# https://taskfile.dev + +version: '3' + +tasks: + updatebash: + cmds: + - echo "-----{{.MYHOST}} /zz/zShared/taskfiles/UtilBash.yml" + - 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