Skip to content

Instantly share code, notes, and snippets.

@kngwyu
Last active April 1, 2021 09:24
Show Gist options
  • Save kngwyu/f22ada61665d209c6197cc7620b646f0 to your computer and use it in GitHub Desktop.
Save kngwyu/f22ada61665d209c6197cc7620b646f0 to your computer and use it in GitHub Desktop.
[[ $- != *i* ]] && return
export LANG=ja_JP.UTF-8
export PATH=$HOME/.local/bin:$PATH
export PATH=$(ruby -e 'print Gem.user_dir')/bin:$PATH
export PATH=$HOME/.node_modules/bin:$PATH
# Rust config
export PATH=$HOME/.cargo/bin:$PATH
export PATH="$HOME/.poetry/bin:$PATH"
# export PATH=$HOME/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin:$PATH
export RUST_SRC_PATH=$(rustc --print sysroot)/lib/rustlib/src/rust/src
export LD_LIBRARY_PATH=$(rustc --print sysroot)/lib:$LD_LIBRARY_PATH
export JUPYTERLAB_DIR=$HOME/.local/share/jupyter/lab
export EDITOR=emacs
exec fish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment