1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-27 18:17:44 +00:00

Fix lldb for helix

This commit is contained in:
RGBCube 2025-02-09 16:15:08 +03:00
parent 8ac83a419b
commit 45d0cd8312
8 changed files with 23 additions and 21 deletions

View file

@ -81,7 +81,7 @@ in {
gitUrl = "https://git.rgbcu.be/";
gitDomain = head <| match "https://(.*)/" gitUrl;
in {
programs.nushell.configFile.text = mkAfter ''
programs.nushell.configFile.text = mkAfter /* nu */ ''
# Sets the remote origin to the specified user and repository on my git instance
def gsr [user_and_repo: string] {
let user_and_repo = if ($user_and_repo | str index-of "/") != -1 {