summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2018-12-22 14:30:19 +0100
committerJulian T <julian@jtle.dk>2018-12-22 14:30:19 +0100
commitdc2bd971969844485ee72959d92c3057b08fb619 (patch)
treea84d1f495c6667aa19720e58e5d201b4498a04dd /.zshrc
parent749514d7c7839dc5fd383ef927723b7e1188cfc8 (diff)
Added i3 config and switched xinitrc
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc9
1 files changed, 1 insertions, 8 deletions
diff --git a/.zshrc b/.zshrc
index 9bc36b8..20f19c3 100644
--- a/.zshrc
+++ b/.zshrc
@@ -122,29 +122,22 @@ git config --global alias.lol "log --graph --decorate --abbrev-commit --all"
alias hej="echo 'Hej, hvordan går det?'"
-export EDITOR=nvim
echo "Done"
clear
#Setup ssh agent
# Sæt sudo editor
-export SUDO_EDITOR=nvim
SUDO_EDITOR=nvim
alias vimvimvim="vim"
# Gem
# Install Ruby Gems to ~/gems
-export GEM_HOME=$HOME/gems
-export PATH=$HOME/gems/bin:$PATH
PATH=/home/julian/.gem/ruby/2.5.0/bin:$PATH
PATH=/home/julian/.local/bin:$PATH
-export NVIM_PYTHON_LOG_FILE=/tmp/log
-export NVIM_PYTHON_LOG_LEVEL=DEBUG
-
alias rman="apropos . | shuf -n 1 | awk '{print $1}'| xargs man"
-export TERM=st
+source .envars