feat(zshrc): new aliases, fzf is back
Anirudh icyph0x@pm.me
Sat, 01 Sep 2018 18:17:05 +0530
1 files changed,
2 insertions(+),
1 deletions(-)
jump to
M
zsh/.zshrc
→
zsh/.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