This commit is contained in:
array-in-a-matrix 2023-05-17 22:11:41 -04:00
parent 53f81b06ee
commit 61c1d7679c
2 changed files with 4 additions and 3 deletions

View file

@ -17,3 +17,4 @@ alias vector="screen -S vector mosh ubuntu@arrayinamatrix.xyz --ssh='ssh -p 6969
alias cat="bat --paging=never"
alias ip="ip -c"
alias open="xdg-open"
alias mktmp="cd $(mktemp -d)"

View file

@ -7,7 +7,7 @@ if [[ $XDG_SESSION_DESKTOP == "sway" ]]; then
fi
# if using wayland allow native rendering
if [[ "$XDG_SESSION_TYPE" == "wayland" ]]; then
export MOZ_ENABLE_WAYLAND=1
export MOZ_ENABLE_WAYLAND=0
export QT_QPA_PLATFORM="wayland;xcb"
export GDK_BACKEND="wayland,x11"
fi
@ -43,11 +43,11 @@ emoji
zsh-syntax-highlighting
)
source "$ZSH/oh-my-zsh.sh"
source /usr/share/doc/find-the-command/ftc.zsh
source "$XDG_CONFIG_HOME/zsh/icons"
source "$XDG_CONFIG_HOME/zsh/alias"
source "$XDG_CONFIG_HOME/zsh/func"
source "$ZSH/oh-my-zsh.sh"
source /usr/share/doc/find-the-command/ftc.zsh
bindkey -s '^o' 'lfcd\n'