summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2022-10-20 11:26:21 +0200
committerJaron Kent-Dobias <jaron@kent-dobias.com>2022-10-20 11:26:21 +0200
commit2b80ca3df6fcb19008de13665482a4227fab0095 (patch)
tree245cf3fbdf2e594b60f7a11e539613bf140a0c2a
parent3528d289b6b0ca37d5d6cb9b613598a0656a6c45 (diff)
downloadzsh-2b80ca3df6fcb19008de13665482a4227fab0095.tar.gz
zsh-2b80ca3df6fcb19008de13665482a4227fab0095.tar.bz2
zsh-2b80ca3df6fcb19008de13665482a4227fab0095.zip
Changes.
-rw-r--r--zshrc.local9
1 files changed, 4 insertions, 5 deletions
diff --git a/zshrc.local b/zshrc.local
index f25ed78..29717fb 100644
--- a/zshrc.local
+++ b/zshrc.local
@@ -1,7 +1,7 @@
bindkey -v
export BROWSER=firefox
-export EDITOR=vim
+export EDITOR=nvim
export XKB_DEFAULT_VARIANT=dvorak
export MOZ_ENABLE_WAYLAND=1
@@ -14,9 +14,6 @@ if [[ ! "$SSH_AUTH_SOCK" ]]; then
source "$XDG_RUNTIME_DIR/ssh-agent.env" >/dev/null
fi
-export CC=clang
-export CXX=clang++
-
PATH=~/.local/bin:$PATH:/usr/sbin:~/.local/pyroscope/bin
export LD_LIBRARY_PATH=~/.local/lib:~/.local/lib64:$LD_LIBRARY_PATH
export CPLUS_INCLUDE_PATH=$CPLUS_INCLUDE_PATH:~/.local/include
@@ -33,7 +30,7 @@ sudo() {
fi
}
-physexec() { sudo -E ip netns exec physical sudo -E -u \#$(id -u) -g \#$(id -g) "$@"; }
+trntexec() { sudo -E ip netns exec trnt sudo -E -u \#$(id -u) -g \#$(id -g) "$@"; }
export MPD_HOST=/run/mpd/mpd.socket
@@ -86,4 +83,6 @@ export LESS_TERMCAP_ue=$'\E[0m' # reset underline
unfunction trans
+export BEMENU_OPTS='-b --fn "lucy tewi 10" --nb #000000 --nf #ffffff --tb #000000 --tf #abe15b --fb #000000 --ff #0092ff --hb #000000 --hf #ffd242'
+
export ZFS_COLOR=1