zsh stuff

This commit is contained in:
array-in-a-matrix 2022-04-08 18:32:17 -04:00
parent e649ad9527
commit 2d7c6025cb
3 changed files with 8 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
*plugged*
private_dot_config/zsh/*histfile*
private_dot_config/zs/*zcompdump*
private_dot_config/zsh/*zcompdump*

View File

@ -26,6 +26,7 @@ export PROJECTS="$HOME/Documents/Projects"
export PATH=$HOME/Documents/Projects/bin:$PATH
export PATH=$HOME/home/linux/.local/bin:$PATH
export PATH=$HOME/.local/bin:$PATH
#export PATH=$HOME/home/linux/.cargo/bin:$PATH
# Default programs:
export VISUAL="nvim"
@ -35,3 +36,4 @@ export BROWSER="firefox"
# config for pfetch
export PF_INFO="ascii os kernel uptime de wm shell editor palette"

View File

@ -1,6 +1,10 @@
# If using i3 then use pywal and pywalfox
if [[ $XDG_SESSION_DESKTOP == "sway" ]]; then
cat ~/.cache/wal/sequences
cat ~/.cache/wal/sequences
fi
# if using wayland allow native rendering
if [[ "$XDG_SESSION_TYPE" == "wayland" ]]; then
export MOZ_ENABLE_WAYLAND=1
fi
# Lines configured by zsh-newuser-install