all repos — dotfiles @ 3d3322f3aacb8b7b4134f1cd4b99d32be67b427c

my *nix dotfiles

feat(zshrc): update
Anirudh icyph0x@pm.me
Mon, 07 May 2018 01:12:16 +0530
commit

3d3322f3aacb8b7b4134f1cd4b99d32be67b427c

parent

7eea5d07f314476c675fba73212b6c7ac3e21ff6

1 files changed, 5 insertions(+), 6 deletions(-)

jump to
M zsh/.zshrczsh/.zshrc

@@ -7,7 +7,7 @@ #

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

@@ -16,19 +16,18 @@ export PATH=$PATH:$HOME/bin

export GPG_TTY=$(tty) export INPUTRC=~/.inputrc -# theme specefic -ZSH_THEME="simple" - # plugins plugins=(git zsh-autosuggestions zsh-syntax-highlighting) # sourced scripts source $ZSH/oh-my-zsh.sh source /usr/share/autojump/autojump.zsh -source $HOME/.cargo/env +# source $HOME/.cargo/env + +# theme specefic +ZSH_THEME="simple" # aliases -alias icysite="cd ~/leet/icysite" alias scrot="~/bin/scrot.sh" alias icyinfo="~/bin/icyinfo.sh" alias gah='sudo $(fc -ln -1)'