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 01:37:14 +01:00
Code
Releases
Activity
2014471e0d
dotfiles
/
bashrc
5 lines
92 B
Bash
Raw
Normal View
History
Unescape
Escape
updates
2016-10-14 21:59:34 +02:00
#!/usr/bin/env bash
renaming & refactor
2017-09-10 14:40:28 +02:00
# shellcheck source=/dev/null
updates
2016-10-14 21:59:34 +02:00
[
-n
"
$PS1
"
]
&&
source
~/.bash_profile
;
Copy Permalink