This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'master' of github.com:10sr/dotfiles
pull/1/head
10sr
12 years ago
parent
ded1795df5
cc61617915
commit
5e119967a6
1 changed files
with
11 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-1
profile
+ 11
- 1
profile
View File
@@ -1,6 +1,16 @@
#!/bin/sh
#!/bin/sh
# ~/.dotfiles/profile
# # sample of ~/.profile
# . ~/.dotfiles/profile
# # if running bash
# if [ -n "$BASH_VERSION" ]; then
# # include .bashrc if it exists
# if [ -f "$HOME/.bashrc" ]; then
# . "$HOME/.bashrc"
# fi
# fi
# This not works when, for example, inherit parent ENV and load /etc/profile
# This not works when, for example, inherit parent ENV and load /etc/profile
# again.
# again.
Write
Preview
Loading…
Cancel
Save