aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zsh/export.zsh
blob: ad5111435ff6a3d7c144868c2e84568911526ac9 (plain)
1
2
3
4
5
6
7
8
9
10
11
export GITHUB_HOME=$HOME/Github
export ALTERNATE_EDITOR="emacs -nw -Q"
export EDITOR='emacsclient -nw'
export VISUAL='emacsclient -c'
export TERM='xterm-256color'

export PATH="${HOME}/.gem/ruby/2.6.0/bin:/usr/local/bin:${PATH}"
export PATH="${HOME}/.local/bin:${PATH}"
export PATH="/usr/bin:${PATH}"
export PATH="${HOME}/.yarn/bin:${PATH}"
export PATH="/opt/Xilinx/Vivado/2018.3/bin:${PATH}"