TheBlindM / T-Shell

智能命令行终端应用
Apache License 2.0
350 stars 44 forks source link

可否支持webdav同步?或者gist #66

Open charley008 opened 3 weeks ago

charley008 commented 3 weeks ago

可否支持webdav同步?或者gist

TheBlindM commented 3 weeks ago

可否支持webdav同步?或者gist

会支持,不过没那么快啊😂担心云同步不安全的话,支持手动导入导出

charley008 commented 3 weeks ago

刚刚试用了一下,发现这软件会影响我xshell登录进去没有颜色。 输入alias 会显示空白,默认应该有 alias egrep='egrep --color=auto' alias fgrep='fgrep --color=auto' alias grep='grep --color=auto' alias l='ls -CF' alias la='ls -A' alias ll='ls -alF' alias ls='ls --color=auto'

TheBlindM commented 3 weeks ago

刚刚试用了一下,发现这软件会影响我xshell登录进去没有颜色。 输入alias 会显示空白,默认应该有 alias egrep='egrep --color=auto' alias fgrep='fgrep --color=auto' alias grep='grep --color=auto' alias l='ls -CF' alias la='ls -A' alias ll='ls -alF' alias ls='ls --color=auto'

应该 我初始化了.bash_profile原因导致的,/用户目录/.tshell/com_script/V4/init.sh 中,update_bash,update_zsh, update_fish。可以先注释掉,然后删除bash_profile文件

__main() {
  update_bash
  update_zsh
  update_fish
}
TheBlindM commented 3 weeks ago

下个版本,会禁用这个init脚本