home
·
contact
·
privacy
projects
/
config
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix systemd timers.
[config]
/
dotfiles
/
minimal
/
profile
1
# Initialization for login shells.
2
3
# Tell interactive shells to look in ~/.shinit for setup.
4
ENV=$HOME/.shinit
5
export ENV
6
. $ENV
7
8
export PATH="$HOME/.cargo/bin:$PATH"