Make ranger text editor work without X

This commit is contained in:
Bun 2025-03-26 01:41:48 -04:00
parent 181ec9575f
commit 777ebab1c4
3 changed files with 7 additions and 9 deletions

View file

@ -11,6 +11,6 @@
output = ''"%(artist)s - %(title)s.%(ext)s"'';
};
};
home.shellAliases.opusdl = ''yt-dlp -f ba -x --audio-quality 0'';
home.shellAliases.opusdl = "yt-dlp -f ba -x --audio-quality 0";
};
}