dotfiles

regexghost dotfiles and scripts
git clone https://git.regexghost.com/dotfiles.git
Log | Files | Refs | README

commit 3091b2bf93818767cfa76eb7d9db829cc70f59f9
parent 3f51de8ab67c85fdf43654ad22c0497e28e31338
Author: regexghost <dev@regexghost.com>
Date:   Thu, 30 Jul 2026 13:39:04 +0100

wttr.in alias and fixed nano config, Ctrl-I is tab so changed to Ctrl-O

Diffstat:
Mdotfiles/.config/nano/nanorc | 2+-
Mdotfiles/.kshrc | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/dotfiles/.config/nano/nanorc b/dotfiles/.config/nano/nanorc @@ -36,7 +36,7 @@ bind ^T findprevious all bind ^R replace main bind ^X cut all bind ^C copy main -bind ^I copysystem main +bind ^O copysystem main bind ^V paste all bind ^P location main bind ^A mark main diff --git a/dotfiles/.kshrc b/dotfiles/.kshrc @@ -81,6 +81,7 @@ alias sync='echo "Syncing"; sync; echo "Done"; lsblk' alias man='MANWIDTH=$(($(stty size | cut -d " " -f 2)-20)) man' alias dff='df -h | grep -e Filesystem -e "^/dev" | grep -v efi' alias hltb='~/.local/share/regexghost/.venv/bin/python3 ~/.local/share/regexghost/terminal/howlongtobeat.py' +alias wttr='curl wttr.in' web () { case "$1" in