diff --git a/src/FileSystem-Git.package/FileSystemGitRepository.class/instance/knownTerminalCommands.st b/src/FileSystem-Git.package/FileSystemGitRepository.class/instance/knownTerminalCommands.st index 648e2696..4f6cfc69 100644 --- a/src/FileSystem-Git.package/FileSystemGitRepository.class/instance/knownTerminalCommands.st +++ b/src/FileSystem-Git.package/FileSystemGitRepository.class/instance/knownTerminalCommands.st @@ -19,6 +19,7 @@ knownTerminalCommands 'do script "{":\",'':''"''"''}"'. 'end tell'''. } joinSeparatedBy: String crlf. + 'ptyxis -- {}'. 'st -e {}'. 'terminator -x {}'. 'terminology -e {quote}'. diff --git a/src/FileSystem-Git.package/FileSystemGitRepository.class/methodProperties.json b/src/FileSystem-Git.package/FileSystemGitRepository.class/methodProperties.json index 1dcdecf7..ccbb0cde 100644 --- a/src/FileSystem-Git.package/FileSystemGitRepository.class/methodProperties.json +++ b/src/FileSystem-Git.package/FileSystemGitRepository.class/methodProperties.json @@ -33,7 +33,7 @@ "head" : "jr 8/13/2020 23:10", "headReference" : "jr 3/4/2020 00:47", "initializeOn:" : "MaxLeske 7/23/2010 09:59", - "knownTerminalCommands" : "mad 11/10/2024 18:30", + "knownTerminalCommands" : "mad 1/15/2025 18:12", "orphanedHead" : "jr 1/29/2017 22:52", "osProcess" : "mad 11/10/2024 17:29", "osProcessClass:" : "mad 11/10/2024 17:24",