This website requires JavaScript.
Explore
Help
Sign In
siina
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d9d1d181fb
dotfiles
/
bashrc
7 lines
97 B
Bash
Raw
Normal View
History
Unescape
Escape
Migrating to zsh; made envvars generic to bash and zsh
2022-01-26 23:40:52 +02:00
source
.profile
Initial version control
2020-06-28 05:19:59 +03:00
if
[
[
$-
!
=
*i*
]
]
;
then
Housecleaning
2020-11-24 15:17:50 +02:00
# Shell is non-interactive. Be done now!
Initial version control
2020-06-28 05:19:59 +03:00
return
fi