diff --git a/README.md b/README.md index 3d9652d..ee0b7ad 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # My config... This config folder includes `i3` and `alacritty` config, however, I'm using [dwm](https://github.com/theniceboy/dwm) and [st](https://github.com/theniceboy/st) now. +BTW, my scripts are in [this repo](https://github.com/theniceboy/scripts). + # Important stuff: ## Ranger use `pip install ueberzug` and `ranger-git` diff --git a/zsh/zshrc b/zsh/zshrc index 8af2fc1..d402be6 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -40,6 +40,7 @@ alias vim='nvim' alias gs='git config credential.helper store' alias bat='sudo tlp bat' alias ac='sudo tlp ac' +alias gy='git-yolo' bindkey -v bindkey -M vicmd "k" vi-insert