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
f4fb45b114
workstation
/
roles
/
home-cli
/
files
/
bash_profile
6 lines
67 B
Bash
Raw
Normal View
History
Unescape
Escape
Focus on Bash on Linux
2021-02-20 22:59:54 +00:00
#!/bin/bash
Another attempt at handling multiple shells
2022-09-16 07:42:02 +00:00
if
[
-r
"
$HOME
/.profile
"
]
Focus on Bash on Linux
2021-02-20 22:59:54 +00:00
then
Another attempt at handling multiple shells
2022-09-16 07:42:02 +00:00
.
"
$HOME
/.profile
"
Move from dotfiles to roles-based playbooks
2019-10-03 10:50:19 +00:00
fi
Reference in a new issue
Copy permalink