mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
8 lines
295 B
Bash
8 lines
295 B
Bash
# dotfiles locations
|
|
DOTFILES_HOME_DIR="$(cd -P "$(dirname "$(readlink ~/.profile)")" && pwd)"
|
|
DOTFILES_ROOT_DIR="$( dirname "$DOTFILES_HOME_DIR" )"
|
|
DOTFILES_ZSH_DIR="$DOTFILES_ROOT_DIR/zsh"
|
|
DOTFILES_BASH_DIR="$DOTFILES_ROOT_DIR/bash"
|
|
DOTFILES_SHELL_DIR="$DOTFILES_ROOT_DIR/shell"
|
|
|
|
# vim: ft=sh
|