diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-01-24 10:12:28 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-01-24 10:12:28 +0100 |
| commit | 0a439e2791d9bfdee7c1c3d1cbcc2cb390294650 (patch) | |
| tree | 25a048bb88fbdaab9491365d812bbaf773857ae4 /.bashrc-local | |
| parent | 4ed7d0467e848cca763bcd0610f66e03cccc7483 (diff) | |
| download | config-0a439e2791d9bfdee7c1c3d1cbcc2cb390294650.tar.gz config-0a439e2791d9bfdee7c1c3d1cbcc2cb390294650.zip | |
Remove some unused stuff
Diffstat (limited to '.bashrc-local')
| -rw-r--r-- | .bashrc-local | 10 |
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 |
| 22 | export LC_COLLATE="C" | 22 | export LC_COLLATE="C" |
| 23 | 23 | ||
| 24 | # Dart dev | ||
| 25 | export PATH="$HOME/dev/dart-sdk/bin:$PATH" | ||
| 26 | |||
| 27 | ### Program-specific | 24 | ### Program-specific |
| 28 | export FZF_DEFAULT_OPTS="-e -i -m --no-bold --no-color --layout=reverse-list" | 25 | export FZF_DEFAULT_OPTS="-e -i -m --no-bold --no-color --layout=reverse-list" |
| 29 | export LYNX_CFG="$XDG_CONFIG_HOME/lynx/lynx.cfg" | 26 | export LYNX_CFG="$XDG_CONFIG_HOME/lynx/lynx.cfg" |
| @@ -51,9 +48,8 @@ s() { mshow $@ | templess; } | |||
| 51 | sht() { mshow -A text/html $@; } | 48 | sht() { mshow -A text/html $@; } |
| 52 | n() { mshow .+1 | templess; } | 49 | n() { mshow .+1 | templess; } |
| 53 | 50 | ||
| 54 | # emscripten | 51 | # Comment out the next line when not working regularly with emscripten |
| 55 | startem() { EMSDK_QUIET=1 source "$HOME/dev/emsdk/emsdk_env.sh"; } | 52 | #EMSDK_QUIET=1 source "$HOME/dev/emsdk/emsdk_env.sh" |
| 56 | startem # Comment this out when not working regularly with emscripten | ||
| 57 | 53 | ||
| 58 | # nissy build options | 54 | # nissy build options |
| 59 | export NISSY_BUILD_SANITIZE="address,undefined" | 55 | export NISSY_BUILD_SANITIZE="address,undefined" |
| @@ -64,7 +60,5 @@ export CARGO_HOME="$HOME/dev/cargo" | |||
| 64 | export PATH="$CARGO_HOME/bin:$PATH" | 60 | export PATH="$CARGO_HOME/bin:$PATH" |
| 65 | startrust() { source "$CARGO_HOME/env"; } | 61 | startrust() { source "$CARGO_HOME/env"; } |
| 66 | 62 | ||
| 67 | export 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 |
