all repos — dotfiles @ 2f386366d013bee93b65e0b3da52e5853e989624

my *nix dotfiles

feat(zshrc): new aliases, fzf is back
Anirudh icyph0x@pm.me
Sat, 01 Sep 2018 18:17:05 +0530
commit

2f386366d013bee93b65e0b3da52e5853e989624

parent

ba97d4626c8bc1d1ed10d8bcace62fc0e168a936

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

jump to
M zsh/.zshrczsh/.zshrc

@@ -44,12 +44,13 @@ alias la="exa -al"

alias socks="ssh -D 8008 boop" alias vpn="sudo openvpn --config client.ovpn --script-security 2" alias o="xdg-open" +alias cat="bat" # end and home keys bindkey "^[[1~" beginning-of-line bindkey "^[[4~" end-of-line -# [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh +[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh # Defer initialization of nvm until nvm, node or a node-dependent command is # run. Ensure this block is only run once if .bashrc gets sourced multiple times