summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-01-24 10:12:28 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2026-01-24 10:12:28 +0100
commit0a439e2791d9bfdee7c1c3d1cbcc2cb390294650 (patch)
tree25a048bb88fbdaab9491365d812bbaf773857ae4
parent4ed7d0467e848cca763bcd0610f66e03cccc7483 (diff)
downloadconfig-0a439e2791d9bfdee7c1c3d1cbcc2cb390294650.tar.gz
config-0a439e2791d9bfdee7c1c3d1cbcc2cb390294650.zip
Remove some unused stuff
-rw-r--r--.bashrc-local10
1 files changed, 2 insertions, 8 deletions
diff --git a/.bashrc-local b/.bashrc-local
index 542fabb..95d4b02 100644
--- a/.bashrc-local
+++ b/.bashrc-local
@@ -21,9 +21,6 @@ export XDG_CACHE_HOME="$HOME/.cache"
21# Locale overrides 21# Locale overrides
22export LC_COLLATE="C" 22export LC_COLLATE="C"
23 23
24# Dart dev
25export PATH="$HOME/dev/dart-sdk/bin:$PATH"
26
27### Program-specific 24### Program-specific
28export FZF_DEFAULT_OPTS="-e -i -m --no-bold --no-color --layout=reverse-list" 25export FZF_DEFAULT_OPTS="-e -i -m --no-bold --no-color --layout=reverse-list"
29export LYNX_CFG="$XDG_CONFIG_HOME/lynx/lynx.cfg" 26export LYNX_CFG="$XDG_CONFIG_HOME/lynx/lynx.cfg"
@@ -51,9 +48,8 @@ s() { mshow $@ | templess; }
51sht() { mshow -A text/html $@; } 48sht() { mshow -A text/html $@; }
52n() { mshow .+1 | templess; } 49n() { mshow .+1 | templess; }
53 50
54# emscripten 51# Comment out the next line when not working regularly with emscripten
55startem() { EMSDK_QUIET=1 source "$HOME/dev/emsdk/emsdk_env.sh"; } 52#EMSDK_QUIET=1 source "$HOME/dev/emsdk/emsdk_env.sh"
56startem # Comment this out when not working regularly with emscripten
57 53
58# nissy build options 54# nissy build options
59export NISSY_BUILD_SANITIZE="address,undefined" 55export NISSY_BUILD_SANITIZE="address,undefined"
@@ -64,7 +60,5 @@ export CARGO_HOME="$HOME/dev/cargo"
64export PATH="$CARGO_HOME/bin:$PATH" 60export PATH="$CARGO_HOME/bin:$PATH"
65startrust() { source "$CARGO_HOME/env"; } 61startrust() { source "$CARGO_HOME/env"; }
66 62
67export PATH="$HOME/dev/gitlab-runner/bin:$PATH"
68
69# Session cookies are kept in .ssh 63# Session cookies are kept in .ssh
70. $HOME/.ssh/sessions 64. $HOME/.ssh/sessions

Generated with cgit - Back to sebastiano.tronto.net