update: slightly WIP update with cool features
This commit is contained in:
@@ -7,6 +7,7 @@ touch ~/.bashrc
|
||||
touch ~/.bash_aliases
|
||||
touch ~/.bash_private
|
||||
touch ~/.bash_exports
|
||||
touch ~/.bash_prompt
|
||||
|
||||
mkdir -p "$bash_cfg_path"
|
||||
ln -s ~/.inputrc "$bash_cfg_path/inputrc"
|
||||
@@ -15,3 +16,4 @@ ln -s ~/.bashrc "$bash_cfg_path/bashrc"
|
||||
ln -s ~/.bash_aliases "$bash_cfg_path/bash_aliases"
|
||||
ln -s ~/.bash_private "$bash_cfg_path/bash_private"
|
||||
ln -s ~/.bash_exports "$bash_cfg_path/bash_exports"
|
||||
ln -s ~/.bash_prompt "$bash_cfg_path/bash_prompt"
|
||||
|
||||
Reference in New Issue
Block a user