hyprland: fix script shebang (#48)
This commit is contained in:
parent
1c485b7068
commit
ed83918296
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
set -l src (dirname (status filename))
|
set -l src (dirname (status filename))
|
||||||
set -q XDG_CONFIG_HOME && set -l config $XDG_CONFIG_HOME/caelestia || set -l config $HOME/.config/caelestia
|
set -q XDG_CONFIG_HOME && set -l config $XDG_CONFIG_HOME/caelestia || set -l config $HOME/.config/caelestia
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
set -q XDG_CONFIG_HOME && set -l config $XDG_CONFIG_HOME || set -l config $HOME/.config
|
set -q XDG_CONFIG_HOME && set -l config $XDG_CONFIG_HOME || set -l config $HOME/.config
|
||||||
set -l config_path $config/caelestia/hypr.json
|
set -l config_path $config/caelestia/hypr.json
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue