diff options
author | terminaldweller <thabogre@gmail.com> | 2022-01-27 07:14:16 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-01-27 07:14:16 +0000 |
commit | b6e3c49e63324eddd2e56fa7e918821e7a497d33 (patch) | |
tree | 632318e6576e8c8ffeee11c9bae7f7a65a27c181 /.zshrc | |
parent | updates (diff) | |
download | scripts-b6e3c49e63324eddd2e56fa7e918821e7a497d33.tar.gz scripts-b6e3c49e63324eddd2e56fa7e918821e7a497d33.zip |
updates
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -185,6 +185,8 @@ alias man="man -O width=210" alias getmangas="proxychains4 -q -f ~/proxies/ca/proxychains.conf kaminokumo --manga" alias getanimes="proxychains4 -q -f ~/proxies/ca/proxychains.conf kaminokumo --anime" alias gdb="gdb -q" +alias bashrc="vim ~/scripts/.bashrc" +alias fixbashrc="cp ~/scripts/.bashrc ~/" #autosuggest ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#5f5fff,bg=#000000,bold" @@ -611,5 +613,7 @@ ranger() { _evalcache rbenv init - [ -f "/home/devi/.ghcup/env" ] && source "/home/devi/.ghcup/env" # ghcup-env +eval "$(luarocks-5.3 path)" + source /usr/share/fzf/completion.zsh source /usr/share/fzf/key-bindings.zsh |