diff --git a/private_dot_config/zsh/alias b/private_dot_config/zsh/alias index b45d40e..d1cb7ca 100644 --- a/private_dot_config/zsh/alias +++ b/private_dot_config/zsh/alias @@ -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)" diff --git a/private_dot_config/zsh/executable_dot_zshrc b/private_dot_config/zsh/executable_dot_zshrc index 37c5e4e..8dfc58a 100644 --- a/private_dot_config/zsh/executable_dot_zshrc +++ b/private_dot_config/zsh/executable_dot_zshrc @@ -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'