diff options
| author | bard <[email protected]> | 2024-01-18 05:02:30 -0500 |
|---|---|---|
| committer | bard <[email protected]> | 2024-01-18 05:02:30 -0500 |
| commit | 29aced0a55c1c03779f4e0290d359054b4eb3669 (patch) | |
| tree | 7b52926889eb48c6eeb60a82334047da510c7ab6 | |
| parent | 3188effca42429909be3dc89fe7e796bdf2e570a (diff) | |
changed terminal
| -rw-r--r-- | bard-elisp/bard-terminal.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bard-elisp/bard-terminal.el b/bard-elisp/bard-terminal.el index 09901e6..71aa7f4 100644 --- a/bard-elisp/bard-terminal.el +++ b/bard-elisp/bard-terminal.el @@ -2,7 +2,7 @@ "Open a terminal in the current working directory." (interactive) (let ((default-directory default-directory)) - (start-process "urxvt-terminal" nil "urxvtc"))) + (start-process "st-terminal" nil "st"))) (global-set-key (kbd "C-c t") 'open-terminal-in-current-directory) |
