Compare commits
3 commits
b7d187caaa
...
0f348e586f
Author | SHA1 | Date | |
---|---|---|---|
0f348e586f | |||
d60dc6c740 | |||
4ce162f0f9 |
4 changed files with 1 additions and 18 deletions
|
@ -98,7 +98,7 @@ export ZLE_RPROMPT_INDENT=0
|
||||||
export ZINIT_HOME_DIR="$DATA_HOME/zinit"
|
export ZINIT_HOME_DIR="$DATA_HOME/zinit"
|
||||||
|
|
||||||
# Add cargo to PATH if it exists
|
# Add cargo to PATH if it exists
|
||||||
[ -d "$HOME/.cargo/bin" ] && export PATH="$PATH:$HOME/.cargo/bin"
|
path_append "$HOME/.cargo/bin"
|
||||||
|
|
||||||
# Set documents directory (auto set to the repo the file ~/todo points to is in)
|
# Set documents directory (auto set to the repo the file ~/todo points to is in)
|
||||||
if [ -h ~/todo ] && command -v git > /dev/null; then
|
if [ -h ~/todo ] && command -v git > /dev/null; then
|
||||||
|
@ -157,12 +157,4 @@ DPC="$DP/classes"
|
||||||
|
|
||||||
export S SS # this makes it easier to load the shrc while in posix sh
|
export S SS # this makes it easier to load the shrc while in posix sh
|
||||||
|
|
||||||
# wine things (TODO: REMOVE WHEN NOT NEEDED)
|
|
||||||
if test -d "$HOME/.local/share/bottles/bottles/east-west-composers"; then
|
|
||||||
WINEPREFIX="$HOME/.local/share/bottles/bottles/east-west-composers"
|
|
||||||
fi
|
|
||||||
if test -d "$HOME/.local/share/bottles/runners/wine-ge-proton8-21/bin"; then
|
|
||||||
PATH="$HOME/.local/share/bottles/runners/wine-ge-proton8-21/bin:$PATH"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# vim:fdm=marker:fmr=>>>,<<<:et:ft=sh:sw=3:ts=3
|
# vim:fdm=marker:fmr=>>>,<<<:et:ft=sh:sw=3:ts=3
|
||||||
|
|
0
.config/shell/local/.gitkeep
Normal file
0
.config/shell/local/.gitkeep
Normal file
|
@ -1,4 +0,0 @@
|
||||||
export REPOS_TO_UPDATE="/home/blake/Documents/pwp"
|
|
||||||
export PATH="$HOME/.local/share/bottles/runners/wine-ge-proton8-14/bin:$PATH"
|
|
||||||
|
|
||||||
# vim:ft=bash
|
|
5
.profile
5
.profile
|
@ -7,11 +7,6 @@ export SHELL_CONFIG_DIR="${SHELL_CONFIG_DIR:-"${XDG_CONFIG_HOME:-"$HOME/.config"
|
||||||
|
|
||||||
. "$SHELL_CONFIG_DIR/env"
|
. "$SHELL_CONFIG_DIR/env"
|
||||||
|
|
||||||
# set PATH so it includes user's private bin if it exists
|
|
||||||
if [ -d "$HOME/.local/bin" ] ; then
|
|
||||||
PATH="$HOME/.local/bin:$PATH"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Locales
|
# Locales
|
||||||
export LC_ALL=en_US.UTF-8
|
export LC_ALL=en_US.UTF-8
|
||||||
export LANG=en_US.UTF-8
|
export LANG=en_US.UTF-8
|
||||||
|
|
Loading…
Add table
Reference in a new issue