From e2236a14dc8ba204d50d12a243f4bccd0163b8dc Mon Sep 17 00:00:00 2001 From: chodak166 Date: Sun, 19 Apr 2026 11:58:27 +0200 Subject: [PATCH] updated zshrc to use .dotfiles.git --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 3a6f89d..c6d4651 100644 --- a/.zshrc +++ b/.zshrc @@ -169,7 +169,7 @@ alias ll='eza --icons=auto -T --level 2 -lah --group-directories-first --color=a alias gl="git log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all" alias git-config-pb='git config user.name "Łukasz Chodyła" && git config user.email "lukasz.chodyla@platformabiznesu.net"' alias git-cofig-ch='git config user.name "chodak166" && git config user.email "chodak166@op.pl"' -alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' +alias config='/usr/bin/git --git-dir=$HOME/.dotfiles.git/ --work-tree=$HOME' export VCPKG_ROOT=/opt/vcpkg [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh