samwhelp / bashrc-enhance

bashrc-enhance

Home Page:https://samwhelp.github.io/bashrc-enhance/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bashrc-enhance

Install

clone

clone to ~/.config/bashrc-enhance

git clone https://github.com/samwhelp/bashrc-enhance.git ~/.config/bashrc-enhance

edit ~/.bashrc

add to ~/.bashrc

##
## Load: ~/.config/bashrc-enhance/port/main.sh
##

__BASHRC_ENHANCE_DIR_PATH__="${HOME}/.config/bashrc-enhance"

[ -f "${__BASHRC_ENHANCE_DIR_PATH__}/asset/port/main.sh" ] && . "${__BASHRC_ENHANCE_DIR_PATH__}/asset/port/main.sh"

Link

Link GitHub
bashrc-generator GitHub
bashrc-enhance GitHub
bashrc-enhance-prototype GitHub
bashrc-enhance-core-basic GitHub
bashrc-enhance-core-advance GitHub

About

bashrc-enhance

https://samwhelp.github.io/bashrc-enhance/

License:MIT License


Languages

Language:Shell 97.0%Language:Makefile 3.0%