Made some small tweaks
authorma <ma@beaudet.xyz>
Mon, 29 Mar 2021 20:25:10 +0000 (22:25 +0200)
committerma <ma@beaudet.xyz>
Mon, 29 Mar 2021 20:25:10 +0000 (22:25 +0200)
.config/shell/aliasrc
.local/bin/remaps

index 0bc3d68..5c4727e 100644 (file)
@@ -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"
index 2b55a45..1de8e60 100755 (executable)
@@ -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.