aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-01-27 07:14:16 +0000
committerterminaldweller <thabogre@gmail.com>2022-01-27 07:14:16 +0000
commitb6e3c49e63324eddd2e56fa7e918821e7a497d33 (patch)
tree632318e6576e8c8ffeee11c9bae7f7a65a27c181 /.zshrc
parentupdates (diff)
downloadscripts-b6e3c49e63324eddd2e56fa7e918821e7a497d33.tar.gz
scripts-b6e3c49e63324eddd2e56fa7e918821e7a497d33.zip
updates
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 8ddb980..23de156 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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