This website requires JavaScript.
Explore
Help
Register
Sign In
m
/
dotfiles
Watch
1
Star
0
Fork
0
You've already forked dotfiles
mirror of
https://github.com/kremalicious/dotfiles.git
synced
2024-11-22 09:47:21 +01:00
Code
Releases
Activity
c4a114cb9a
dotfiles
/
bashrc
4 lines
62 B
Bash
Raw
Normal View
History
Unescape
Escape
updates
2016-10-14 21:59:34 +02:00
#!/usr/bin/env bash
[
-n
"
$PS1
"
]
&&
source
~/.bash_profile
;
Copy Permalink