From b9d501c739a504ca52133b91e4c04e9f25c7b2ab Mon Sep 17 00:00:00 2001 From: ajet Date: Fri, 17 Oct 2025 07:24:09 -0900 Subject: [PATCH] use ' --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index a864ea7..4ed4de8 100644 --- a/.bashrc +++ b/.bashrc @@ -69,7 +69,7 @@ alias i3blocksconfig="nvim ~/.config/i3blocks/config" #development shortcuts alias lg="lazygit" -alias cfg="lazygit --git-dir=$HOME/.cfg --work-tree=$HOME" +alias cfg='lazygit --git-dir=$HOME/.cfg --work-tree=$HOME' alias nt="alacritty&" alias tn="tmux -u -f $TMUX_CONFIG new" alias ta="tmux -u -f $TMUX_CONFIG attach"