Skip to content

Commit 8b97bc2

Browse files
author
mo2
committed
pycharm
1 parent 4aa8126 commit 8b97bc2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

manager.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ check_tmoe_command() {
4949
else
5050
TMOE_TIPS_01="tmoe"
5151
fi
52-
TMOE_TIPS_00="Welcome to tmoe linux manager v1.4326,type ${TMOE_TIPS_01} to start it."
52+
TMOE_TIPS_00="Welcome to tmoe linux manager v1.4327,type ${TMOE_TIPS_01} to start it."
5353
}
5454
#########################
5555
tmoe_manager_env() {

tool.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ check_tmoe_command() {
9292
else
9393
TMOE_TIPS_01="tmoe t"
9494
fi
95-
TMOE_TIPS_00="Welcome to tmoe linux tool v1.4326,type ${TMOE_TIPS_01} to start this tool."
95+
TMOE_TIPS_00="Welcome to tmoe linux tool v1.4327,type ${TMOE_TIPS_01} to start this tool."
9696
#勿改00变量
9797
}
9898
#########

tools/code/dev-menu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ development_programming_tools() {
1111
"1" "🇻 🇸 Visual Studio Code 现代化代码编辑器" \
1212
"2" "🇦 🇸 Android Studio(安卓开发工具IDE)" \
1313
"3" "🇮 🇯 IntelliJ IDEA(java编程语言集成开发环境)" \
14-
"4" "🇵 🇨 PyCharm(python集成开发环境)" \
1514
"5" "🇼 🇸 Webstorm(JavaScript IDE,Web前端开发工具)" \
1615
"6" "🇨 🇱 CLion(C/C++集成开发环境)" \
1716
"7" "🇬 🇴 GoLand(JetBrains的Go开发工具)" \
@@ -22,6 +21,7 @@ development_programming_tools() {
2221
"0" "🌚 Return to previous menu 返回上级菜单" \
2322
3>&1 1>&2 2>&3
2423
)
24+
#"4" "🇵 🇨 PyCharm(python集成开发环境)" \
2525
#"8" "🇹 🇨 teamcity(持续集成Continue Integration工具)" \
2626
#"11" "⚛️ atom(x64,酷炫文本编辑器,github出品)" \
2727
case "${SOFTWARE}" in

tools/gui/startvnc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ TMOE_VNC_DISPLAY_NUMBER=2
1717

1818
VNC_USER=$(whoami)
1919
#You can specify a VNC user. Default is current user: "$(whoami)"
20-
#您可以指定VNC用户,例如root或ubuntu,默认为$(whoami)
20+
#您可以指定VNC用户例如root或ubuntu,默认为$(whoami)
2121
#Sie können einen VNC-Benutzer angeben
2222

2323
VNC_LOCALHOST=false
@@ -176,7 +176,7 @@ EOF
176176
start_win10_tigervnc() {
177177
case ${TMOE_WSL} in
178178
true)
179-
cd ${HOME}
179+
cd ${HOME} || cd /tmp
180180
nohup ${TIGERVNC_VIEWER_WIN10} -PasswordFile ${TMOE_VNC_PASSWD_FILE} localhost:${CURRENT_VNC_PORT} &>/dev/null &
181181
cd - &>/dev/null
182182
;;

0 commit comments

Comments
 (0)