From 8695d529b829fa3f3d77ca28825a381a22f4b36b Mon Sep 17 00:00:00 2001 From: juancwu <46619361+juancwu@users.noreply.github.com> Date: Fri, 5 Sep 2025 09:36:35 -0400 Subject: [PATCH] (zsh) update --- zsh/.zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 319c16b..fdb6107 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -5,6 +5,7 @@ alias gb="git branch" alias ll="lsd -alF" alias la="lsd -A" alias l="lsd -CF" +alias lg="lazygit" # Nice line headers for logs ERROR=$'\033[39;41mERROR:\033[0m' @@ -88,7 +89,7 @@ fcd() { else selected_dir=$({ # Search in ghq projects (your git repositories) - fd -t d "${exclude_args[@]}" . "$HOME/ghq" 2>/dev/null + fd -t d --full-path "${exclude_args[@]}" . "$HOME/ghq" 2>/dev/null } | fzf) fi