summaryrefslogtreecommitdiff
path: root/.config/zsh/exports.zsh
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-05-27 22:22:45 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-05-27 22:22:45 +0200
commitde162b86736ed6dedf4eabdd4a1dbdcbb27915bc (patch)
tree17dde24057a0254ddb6493a0aab6465e24e66b90 /.config/zsh/exports.zsh
parent8e97cff50b77a5c381447e675ea448865aa69d74 (diff)
Refactor zsh config
Diffstat (limited to '.config/zsh/exports.zsh')
-rw-r--r--.config/zsh/exports.zsh43
1 files changed, 0 insertions, 43 deletions
diff --git a/.config/zsh/exports.zsh b/.config/zsh/exports.zsh
deleted file mode 100644
index dc4c146..0000000
--- a/.config/zsh/exports.zsh
+++ /dev/null
@@ -1,43 +0,0 @@
-# Adds `~/.local/bin` to $PATH
-export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}"
-
-# Uncomment the following line to use case-sensitive completion.
-CASE_SENSITIVE="true"
-
-zle_highlight=('paste:none')
-
-autoload -U colors && colors
-
-# For autocomplete to work
-autoload -U +X compinit && compinit
-autoload -U +X bashcompinit && bashcompinit
-
-# History in cache directory:
-HISTSIZE=10000
-SAVEHIST=10000
-HISTFILE=~/.cache/zsh/history
-
-# Preferred editor for local and remote sessions
- if [[ -n $SSH_CONNECTION ]]; then
- export EDITOR='nvim'
- else
- export EDITOR='nvim'
- fi
-
-export CLICOLOR=1
-
-export PYENV_ROOT="$HOME/.pyenv"
-export PATH="$PYENV_ROOT/bin:$PATH"
-PATH=$(pyenv root)/shims:$PATH
-eval "$(pyenv init -)"
-
-# Rust
-export PATH="$HOME/.cargo/bin:$PATH"
-
-export GEM_HOME="$HOME/.gem"
-
-# Created by `pipx` on 2021-03-01 21:32:03
-export PATH="$PATH:/home/aktersnurra/.local/bin"
-
-export BROWSER=brave
-export TERMINAL=alacritty