diff options
author | Julian T <julian@jtle.dk> | 2018-12-22 14:44:26 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2018-12-22 14:44:26 +0100 |
commit | 9fa1f8e7b4a65dc8cef70b612ccb5059a5dc5553 (patch) | |
tree | e5188118e0220c2d0566ba18bcaafe1886d9928c /.zshrc | |
parent | dc2bd971969844485ee72959d92c3057b08fb619 (diff) |
Revert "Added i3 config and switched xinitrc"
This reverts commit dc2bd971969844485ee72959d92c3057b08fb619.
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -122,22 +122,29 @@ 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" -source .envars +export TERM=st |