all repos — dotfiles @ 67d9d366fc77ba6c7d5af90ce7626b9d33abdc2e

my *nix dotfiles

fix(zsh): fix autosuggestions
icyphox icyph0x@protonmail.com
Sun, 11 Feb 2018 20:24:14 +0530
commit

67d9d366fc77ba6c7d5af90ce7626b9d33abdc2e

parent

8b2366a2094dda2f7bce39097a5e9db1283dd673

1 files changed, 2 insertions(+), 3 deletions(-)

jump to
M zsh/.zshrczsh/.zshrc

@@ -9,7 +9,7 @@ # export thingys

export ZSH=/home/icyphox/.oh-my-zsh export BROWSER=/usr/bin/firefox-nightly export EDITOR=/usr/bin/nvim -export SSH_KEY_PATH="~/.ssh/rsa_id" +export SSH_KEY_PATH="~/.ssh/id_rsa" export GOROOT=$HOME/go export PATH=$PATH:$GOROOT/bin export PATH=$PATH:$HOME/bin

@@ -22,7 +22,7 @@ # plugins

plugins=(git zsh-syntax-highlighting zsh-autosuggestions) source $ZSH/oh-my-zsh.sh -#source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh +source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh # aliases alias icysite="cd ~/leet/icysite"

@@ -46,4 +46,3 @@ if [ -n "$DESKTOP_SESSION" ];then

eval $(gnome-keyring-daemon --start) export SSH_AUTH_SOCK fi -