From 41db8eb2fbfc2d771953ce096ca3254102b25d05 Mon Sep 17 00:00:00 2001 From: ma Date: Mon, 29 Mar 2021 22:25:10 +0200 Subject: [PATCH] Made some small tweaks --- .config/shell/aliasrc | 4 ++-- .local/bin/remaps | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 0bc3d68..5c4727e 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -4,6 +4,6 @@ alias \ ref="shortcuts >/dev/null; source ${XDG_CONFIG_HOME:-$HOME/.config}/shortcutrc ; source ${XDG_CONFIG_HOME:-$HOME/.config}/zshnameddirrc" \ weath="less -S ${XDG_DATA_HOME:-$HOME/.local/share}/weatherreport" \ # tmux="tmux -f ${XDG_CONFIG_HOME:-$HOME/.config}/tmux/tmux.conf" \ - yarn="yarn --use-yarnrc $XDG_CONFIG_HOME/yarn/config" \ - config="/usr/bin/git --git-dir=$HOME/dev/dot --work-tree=$HOME" + yarn="yarn --use-yarnrc $XDG_CONFIG_HOME/yarn/config" +alias cfg="/usr/bin/git --git-dir=$HOME/dev/dot --work-tree=$HOME" diff --git a/.local/bin/remaps b/.local/bin/remaps index 2b55a45..1de8e60 100755 --- a/.local/bin/remaps +++ b/.local/bin/remaps @@ -3,7 +3,7 @@ # This script is called on startup to remap keys. # Increase key speed via a rate change -xset r rate 300 50 +# xset r rate 300 50 # Map the tab key to Super # Map the caps lock to Ctrl, but when it pressed only once, treat it as escape. -- 2.20.1