This website requires JavaScript.
Explore
Help
Sign In
ant
/
workstation
Watch
1
Star
0
Fork
You've already forked workstation
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
829c67ab1b
workstation
/
roles
/
home-cli
/
files
/
bash_profile
8 lines
100 B
Bash
Raw
Normal View
History
Unescape
Escape
Focus on Bash on Linux
2021-02-20 22:59:54 +00:00
#!/bin/bash
Re-arrange shell files
2022-08-19 14:52:07 +00:00
if
[
-r
"
$HOME
/.profile
"
]
Focus on Bash on Linux
2021-02-20 22:59:54 +00:00
then
Re-arrange shell files
2022-08-19 14:52:07 +00:00
.
"
$HOME
/.profile
"
Move from dotfiles to roles-based playbooks
2019-10-03 10:50:19 +00:00
fi
Load shrc files if the shell is interactive
2022-08-23 12:13:40 +00:00
Clean up loading of shell files
2022-09-08 09:31:44 +00:00
export
BASH_ENV
=
"
$HOME
/.bashrc
"
Reference in a new issue
Copy permalink