8 lines
120 B
Plaintext
8 lines
120 B
Plaintext
|
#!/usr/bin/env fish
|
||
|
|
||
|
pushd /home/emilis/.config/herbstluftwm
|
||
|
echo starting fish script
|
||
|
echo (pwd)
|
||
|
./autostart.fish
|
||
|
popd
|