projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
* .emacs.d/init.el (b/invert-default-face): Improve.
[~bandali/configs]
/
.profile
diff --git
a/.profile
b/.profile
index
67c643f
..
c4b9019
100644
(file)
--- a/
.profile
+++ b/
.profile
@@
-9,8
+9,8
@@
#umask 022
# source host-specific profile
#umask 022
# source host-specific profile
-if [ -f "$HOME/.config/
profiles/$(hostname)
" ]; then
- . "$HOME/.config/
profiles/$(hostname)
"
+if [ -f "$HOME/.config/
$(hostname).profile
" ]; then
+ . "$HOME/.config/
$(hostname).profile
"
fi
export EDITOR="emacsclient -nw"
fi
export EDITOR="emacsclient -nw"