diff options
| author | nsfisis <nsfisis@gmail.com> | 2021-06-04 00:44:57 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2021-06-04 00:45:04 +0900 |
| commit | 8248000d1c08c819f6c009cf2e300bec08392ebe (patch) | |
| tree | a8d4ac76625ee83be9f8536202028838d35bc7ae | |
| parent | 2ee0b8589cf07d9230e981bf63f369cf76eedbf2 (diff) | |
| download | dotfiles-8248000d1c08c819f6c009cf2e300bec08392ebe.tar.gz dotfiles-8248000d1c08c819f6c009cf2e300bec08392ebe.tar.zst dotfiles-8248000d1c08c819f6c009cf2e300bec08392ebe.zip | |
Update alacritty.yml: set tmux as a pseudo-shell
| -rw-r--r-- | .config/alacritty/alacritty.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index cb928db..fae49a6 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -419,10 +419,10 @@ colors: # - (macOS) /bin/bash --login # - (Linux/BSD) user login shell # - (Windows) powershell -#shell: -# program: /bin/bash -# args: -# - --login +shell: + program: /usr/local/bin/tmux + args: + - new-session # Startup directory # |
