config

My configuration files and custom scripts.
git clone https://git.tronto.net/config
Download | Log | Files | Refs

commit 0a439e2791d9bfdee7c1c3d1cbcc2cb390294650
parent 4ed7d0467e848cca763bcd0610f66e03cccc7483
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Sat, 24 Jan 2026 10:12:28 +0100

Remove some unused stuff

Diffstat:
M.bashrc-local | 10++--------
1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/.bashrc-local b/.bashrc-local @@ -21,9 +21,6 @@ export XDG_CACHE_HOME="$HOME/.cache" # Locale overrides export LC_COLLATE="C" -# Dart dev -export PATH="$HOME/dev/dart-sdk/bin:$PATH" - ### Program-specific export FZF_DEFAULT_OPTS="-e -i -m --no-bold --no-color --layout=reverse-list" export LYNX_CFG="$XDG_CONFIG_HOME/lynx/lynx.cfg" @@ -51,9 +48,8 @@ s() { mshow $@ | templess; } sht() { mshow -A text/html $@; } n() { mshow .+1 | templess; } -# emscripten -startem() { EMSDK_QUIET=1 source "$HOME/dev/emsdk/emsdk_env.sh"; } -startem # Comment this out when not working regularly with emscripten +# Comment out the next line when not working regularly with emscripten +#EMSDK_QUIET=1 source "$HOME/dev/emsdk/emsdk_env.sh" # nissy build options export NISSY_BUILD_SANITIZE="address,undefined" @@ -64,7 +60,5 @@ export CARGO_HOME="$HOME/dev/cargo" export PATH="$CARGO_HOME/bin:$PATH" startrust() { source "$CARGO_HOME/env"; } -export PATH="$HOME/dev/gitlab-runner/bin:$PATH" - # Session cookies are kept in .ssh . $HOME/.ssh/sessions