mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-05 23:09:27 -05:00
use xdg config home
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user