Files
dotfiles/scripts/.local/scripts/dots

11 lines
158 B
Bash
Executable File

#!/bin/sh
# Open dotfiles.
set -e
test -d "${DOTFILES}" || \
(echo "Dotfiles path not a directory or doesn't exist" && exit 1)
cd "${DOTFILES}" && vi .