Skip to content

Commit ed7bf0e

Browse files
set config folder for lazygit
1 parent aa0318a commit ed7bf0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/terminal/app-lazygit.sh

+1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/re
33
curl -sLo lazygit.tar.gz "https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_${LAZYGIT_VERSION}_Linux_x86_64.tar.gz"
44
tar -xf lazygit.tar.gz lazygit
55
sudo install lazygit /usr/local/bin
6+
CONFIG_DIR="$HOME/.config/lazygit" lazygit
67
rm lazygit.tar.gz lazygit
78
cd -

0 commit comments

Comments
 (0)