5 lines
66 B
Bash
5 lines
66 B
Bash
#!/bin/zsh
|
|
|
|
export DOTFILES=""
|
|
|
|
[ ! $DOTFILES ] && unset DOTFILES
|