Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Open
charley008 opened this issue Oct 31, 2024 · 4 comments
Open

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

charley008 opened this issue Oct 31, 2024 · 4 comments

Comments

@charley008
Copy link

可否支持webdav同步?或者gist

@TheBlindM
Copy link
Owner

可否支持webdav同步?或者gist

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

@charley008
Copy link
Author

刚刚试用了一下,发现这软件会影响我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
Copy link
Owner

刚刚试用了一下,发现这软件会影响我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
Copy link
Owner

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants