lazygit-use-zsh: trick lazygit to use zsh instead of bash

This commit is contained in:
2026-07-17 23:02:49 +02:00
parent 6e82a49ba6
commit 6034323fb9
2 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1 @@
/bin/zsh

2
lazygit-use-zsh/bin/lazygit Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
PATH="$PATH:$HOME/.config/lazygit/bin" exec /usr/bin/lazygit "$@"