Skip to content

Commit 13b10b9

Browse files
committed
Merge branch 'develop' into main
upgrage README.md
2 parents 518c20b + 56c0119 commit 13b10b9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
| **ohmyzsh_config.sh** | powerlevel10k, zsh-autosuggestions, zsh-syntax-highlighting | `$SHELL profile`, custom `.p10k.zsh` | `zsh` |
1010
| **terminal_config.sh** | | custom `gnome_terminal`, `$SHELL profile` | `bash` |
1111
| **application.sh** | VScode, Google Chrome, VLC, GIMP, kolourpaint4, OBS | | `bash` |
12-
| **pyenv_setup.sh** | pyenv | `$SHELL profile` | `bash` |
13-
| **nvm_setup.sh** | nvm | `$SHELL profile` | `bash` |
12+
| **language_package.sh** | pyenv, pipenv, nvm | `$SHELL profile` | `bash` |
13+
| **custom_function.sh** | `nvm()`: for seed up shell. `pipenv_correspond()`: find the correspond venvs & remove it. | `$SHELL profile`, `$HOME/.customfinction` | `bash` |
14+
|
1415

1516
Every .sh file can independent work.
1617

custom_funciton.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ for key in ${!funcs_info[*]}; do
167167
if [ "$(grep "$key" $custom_func_root)" != "" ]; then
168168
Echo_Color y "You already have $key() in $custom_func_root."
169169
else
170+
# this may cause some word incurrent, but it still can work.
170171
Get_function_code "$key"; printf "\n$function_code\n" >> $custom_func_root
171172
fi
172173
fi

0 commit comments

Comments
 (0)