all repos — dotfiles @ 422047d028d00068381dd461caeb10fac7efe97f

my *nix dotfiles

feat(zshrc): new alias, move zsh theme to .oh-my-zsh/custom
Anirudh icyph0x@pm.me
Mon, 11 Jun 2018 09:59:44 +0530
commit

422047d028d00068381dd461caeb10fac7efe97f

parent

39693a8043d667069b20bc20294a5109880e8297

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

jump to
M zsh/.zshrczsh/.zshrc

@@ -6,7 +6,7 @@ #(_)___/____/_/ /_/_/ \___/

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

@@ -18,7 +18,8 @@ export INPUTRC=~/.inputrc

export PATH=$PATH:$HOME/leet/Nim/bin # theme specefic -ZSH_THEME="simple" +ZSH_THEME="icy" +COMPLETION_WAITING_DOTS="true" # plugins plugins=(git zsh-autosuggestions zsh-syntax-highlighting)

@@ -26,7 +27,6 @@

# sourced scripts source $ZSH/oh-my-zsh.sh source /usr/share/autojump/autojump.zsh -# source $HOME/.cargo/env # aliases alias scrot="~/bin/scrot.sh"

@@ -45,6 +45,7 @@ alias la="exa -al"

alias warcraft="wine Warcraft/Frozen\ Throne.exe -opengl" alias socks="ssh -D 8008 boop" alias vpn="sudo openvpn --config client.ovpn --script-security 2" +alias o="xdg-open" # end and home keys bindkey "^[[1~" beginning-of-line