Marty Oehme
9781b26b22
Terminal application, a variety of shell configurations, terminal file and session management all consolidated in one place.
6 lines
171 B
Bash
6 lines
171 B
Bash
#!/usr/bin/env zsh
|
|
#
|
|
|
|
# make zsh source the correct directory
|
|
export XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-"$HOME/.config"}
|
|
ZDOTDIR="${XDG_CONFIG_HOME:-"$HOME/.config"}/zsh"
|