From: ma Date: Mon, 29 Mar 2021 20:25:10 +0000 (+0200) Subject: Made some small tweaks X-Git-Url: https://git.beaudet.xyz/?a=commitdiff_plain;h=41db8eb2fbfc2d771953ce096ca3254102b25d05;p=dot.git Made some small tweaks --- 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.