From 199a63eea1a482514a8ae12f67d4399ad7d71ea1 Mon Sep 17 00:00:00 2001 From: David Chen Date: Sun, 2 Feb 2020 08:47:05 -0800 Subject: [PATCH] git yolo, update readme --- README.md | 2 ++ zsh/zshrc | 1 + 2 files changed, 3 insertions(+) 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