This website works better with JavaScript.
Home
Help
Sign In
inhji
/
dotfiles
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
source cargo env if installed
master
Inhji Y.
1 year ago
parent
f30486c342
commit
45345054da
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
config/zshrc
+ 4
- 0
config/zshrc
View File
@@ -21,6 +21,10 @@ else
export EDITOR='atom'
fi
if [[ -d $HOME/.cargo ]]; then
source $HOME/.cargo/env
fi
source $ZSH/oh-my-zsh.sh
alias r="source ~/.zshrc"
Write
Preview
Loading…
Cancel
Save