Proxy
不能使用问题
手机上能用,电脑上不能用
Xdg_config
修改 zsh
配置文件 $XDG_CONFIG_HOME
参考:zshrc - How to make zsh search configuration in $XDG_CONFIG_HOME - Stack Over…
方法:
修改 /et/zsh/zshenv
1 2 3 4 5 6 7 8 9if [[ -z "$XDG_CONFIG_HOME" ]] then export XDG_CONFIG_HOME="$HOME/.config/" fi if [[ -d "$XDG_CONFIG_HOME/zsh" ]] then export ZDOTDIR="$XDG_CONFIG_HOME/zsh/" fi
Emacs-Jupyter
参考
- github: GitHub - nnicandro/emacs-jupyter: An interface to communicate with Jupyter ke…
- scimax-jupyter: scimax/scimax-jupyter.org at master · jkitchin/scimax · GitHub
- emacs-jupyter + org-mode + code-cells.el: Jupyter in the Emacs universe | Martí Bosch
功能简介
- 提供一个 emacs 内部界面友好的 ipython 命令行(自动补全,帮助弹出)
- 提供 org babel 支持,类似 ob-ipython
ipython notes
多行换行问题
- Ctrl + O 强制插入新行
magic
matplotlib
| |
Zsh
帮助
man zshall- 即:zsh all
- 包含所有 zsh 文档说明