mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
feat(zsh, ipython): New symblink scripts, IPython linked with directory
This commit is contained in:
parent
fdf460a547
commit
f69dc967e0
12 changed files with 75 additions and 37 deletions
8
tools/zsh/mod/env.zsh
Normal file
8
tools/zsh/mod/env.zsh
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# $DOTFILES/tools/zsh/mod/env.zsh
|
||||
# Sourced by user's zshrc 在用户的 zshrc 中被引用
|
||||
|
||||
# This file stores only environment variables that only called by
|
||||
# interactive session.
|
||||
# 这个文件只存储只在交互式会话中调用的环境变量。
|
||||
|
||||
export IPYTHONDIR="$XDG_CONFIG_HOME"/ipython
|
||||
Loading…
Add table
Add a link
Reference in a new issue