save
This commit is contained in:
parent
91a36e03a8
commit
c8b057e6a2
4 changed files with 33 additions and 18 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue