Add ~/.cargo/bin to PATH
[khome.git] / home / .profile
... / ...
CommitLineData
1. $HOME/lib/login_variables.private.sh # Personal data variables
2
3unalias d # Defined by oh-my-zsh, but I want it for dict/fzf function.
4
5for file in $HOME/lib/login_*.sh
6do
7 . $file
8done
9
10umask 077
11
12if test ! "$SSH_AGENT_PID"
13then
14 eval "$(ssh-agent)"
15fi
16
17# https://rustup.rs/
18export PATH="$HOME/.cargo/bin:$PATH"
This page took 0.023932 seconds and 4 git commands to generate.