This commit is contained in:
Artur Gurgul 2025-08-26 08:51:37 +02:00
parent 91a36e03a8
commit c8b057e6a2
4 changed files with 33 additions and 18 deletions

View file

@ -11,7 +11,7 @@ export RUBYLIB="$DAT_ROOT/lib"
export PASSWORD_STORE_DIR=$HOME/.local/lib/secure-vault/passwords
export NOTES_DIR=$HOME/.local/lib/notes
path=("$GEM_HOME/bin" $path)
path=("$GEM_HOME/bin" "$HOME/.cargo/bin" $path)
alias gf='git log --all --oneline | fzf'