summaryrefslogtreecommitdiff
path: root/main.fish
diff options
context:
space:
mode:
Diffstat (limited to 'main.fish')
-rwxr-xr-xmain.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.fish b/main.fish
index 1cfdf7c..5dcef11 100755
--- a/main.fish
+++ b/main.fish
@@ -7,7 +7,7 @@ cd (dirname (realpath (status filename))) || exit
if test "$argv[1]" = shell
# Start shell if no args
if test -z "$argv[2..]"
- set -q CAELESTIA_SHELL_DIR && set shell_dir $CAELESTIA_SHELL_DIR || set shell_dir ~/.config/caelestia/shell
+ set -q CAELESTIA_SHELL_DIR && set shell_dir $CAELESTIA_SHELL_DIR || set shell_dir $CONFIG/shell
$shell_dir/run.fish
else
if contains 'caelestia' (astal -l)