---
type: snippet
tags: ['zsh', 'dotfiles', 'shell']
status: release
ctime: 2022-04-09
mtime: 2024-03-22
---

```sh
# /home/USERNAME/.zshrc

HOME="/mnt/c/Users/cbcru"
DL="$HOME/Downloads"

if [[ $PWD == $HOME ]]; then
    cd $DL
fi
```
