dotfiles

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

commit 183fe98ebaa13600b146bdd97e29f1729091a606
parent ba8497869692a9c5d2ace0d7579cc0e36b5d3783
Author: regexghost <dev@regexghost.com>
Date:   Tue, 28 Jul 2026 21:25:36 +0100

python_history moved out of home dir, otherPrograms.sh bug fix

Diffstat:
Mdotfiles/.profile | 1+
MotherPrograms.sh | 6+++---
2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/dotfiles/.profile b/dotfiles/.profile @@ -20,6 +20,7 @@ export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtk2rc" export NUGET_PACKAGES="$XDG_CACHE_HOME/NuGetPackages" export W3M_DIR="$XDG_STATE_HOME/w3m" export ASPELL_CONF="per-conf $XDG_CONFIG_HOME/aspell/aspell.conf; personal $XDG_DATA_HOME/aspell/en.pws; repl $XDG_DATA_HOME/aspell/en.prepl" +export PYTHON_HISTORY="$XDG_STATE_HOME/python_history" # Other variables export BUG_PROJECT="$XDG_DATA_HOME/regexghost/todo-bug" diff --git a/otherPrograms.sh b/otherPrograms.sh @@ -539,7 +539,7 @@ zathura () { cd .. } -zig () { +zigitself () { mkdir zig cd zig url="$(curl "https://ziglang.org/download/" | pup 'table:nth-of-type(2)' | grep "zig-x86_64-linux" | head -n 1 | cut -d "\"" -f 2)" @@ -614,7 +614,7 @@ elif [ "$1" = "notmine" ]; then build zathura build ueberzugpp build openssh - build zig + build zigitself build mepo build cava build retroarch @@ -682,7 +682,7 @@ elif [ "$1" = "ueberzugpp" ]; then elif [ "$1" = "openssh" ]; then openssh elif [ "$1" = "zig" ]; then - zig + zigitself elif [ "$1" = "cava" ]; then cava elif [ "$1" = "alpine" ]; then