summaryrefslogtreecommitdiff
path: root/zsh/index.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/index.zsh')
-rw-r--r--zsh/index.zsh5
1 files changed, 3 insertions, 2 deletions
diff --git a/zsh/index.zsh b/zsh/index.zsh
index 9db357d..0e8ec61 100644
--- a/zsh/index.zsh
+++ b/zsh/index.zsh
@@ -18,11 +18,12 @@ source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zs
alias n='nvim'
alias tg='git describe --tags HEAD'
+alias rr=ranger
+alias lg=lazygit
+alias buds='bluetoothctl connect E4:92:82:B5:80:1F'
eval $(ssh-agent -s) >> /dev/null
# Set up fzf key bindings and fuzzy completion
source <(fzf --zsh)
-alias rr=ranger
-alias lg=lazygit
export EDITOR=nvim