diff options
author | Hunt <lizhunt@amazon.com> | 2025-06-12 10:14:08 -0700 |
---|---|---|
committer | Hunt <lizhunt@amazon.com> | 2025-06-12 10:37:37 -0700 |
commit | c2c25cc09465fc643dc37df540bb4a6ec6ea8bd5 (patch) | |
tree | 7357def33b6d4ff874eb23c75c866b344dc7acec | |
parent | 072aa746c02e8a423c128cfc253ac2c410eb47e1 (diff) | |
download | dotfiles-c2c25cc09465fc643dc37df540bb4a6ec6ea8bd5.tar.gz dotfiles-c2c25cc09465fc643dc37df540bb4a6ec6ea8bd5.zip |
Update work context for devdsk
-rw-r--r-- | context.json | 20 | ||||
l--------- | dots/zsh/.config/zsh/linux/dev-dsk-lizhunt-2a-13b63bb9.zsh | 1 | ||||
-rwxr-xr-x | dots/zsh/.config/zsh/linux/work.zsh | 0 |
3 files changed, 21 insertions, 0 deletions
diff --git a/context.json b/context.json index f58676c..18a76d8 100644 --- a/context.json +++ b/context.json @@ -44,6 +44,26 @@ }, "env": { "PINENTRY_USER_DATA": "PINENTRY_USE_QT" + }, + "paths": { + "prefix": {}, + "suffix": {} + } + }, + "dev-dsk-lizhunt-2a-13b63bb9": { + "user": { + "home": "/home/lizhunt" + }, + "env": { + "AWS_REGION": "us-west-2" + }, + "paths": { + "suffix": { + "toolbox": "$HOME/.toolbox/bin" + } + }, + "features": { + "work_mode": true } } }, diff --git a/dots/zsh/.config/zsh/linux/dev-dsk-lizhunt-2a-13b63bb9.zsh b/dots/zsh/.config/zsh/linux/dev-dsk-lizhunt-2a-13b63bb9.zsh new file mode 120000 index 0000000..f99643e --- /dev/null +++ b/dots/zsh/.config/zsh/linux/dev-dsk-lizhunt-2a-13b63bb9.zsh @@ -0,0 +1 @@ +work.zsh
\ No newline at end of file diff --git a/dots/zsh/.config/zsh/linux/work.zsh b/dots/zsh/.config/zsh/linux/work.zsh new file mode 100755 index 0000000..e69de29 --- /dev/null +++ b/dots/zsh/.config/zsh/linux/work.zsh |