diff --git a/private_dot_config/zsh/alias b/private_dot_config/zsh/alias index dd3e948..fb3ed50 100644 --- a/private_dot_config/zsh/alias +++ b/private_dot_config/zsh/alias @@ -11,7 +11,9 @@ alias rm="trash" alias radeontop="radeontop -c" alias speedometer="speedometer -l -r wlo1 -t wlo1 -m $(( 1024 * 1024 * 3 / 2 ))" alias tty-clock="tty-clock -scBxbn" -alias auth="eval $(ssh-agent) ssh-add ~/.ssh/ubuntu@vector" +alias auth="eval $(ssh-agent) ssh-add $HOME/.ssh/null@void $HOME/.ssh/ubuntu@vector" alias vector="screen -S vector mosh ubuntu@arrayinamatrix.xyz --ssh='ssh -p 6969'" alias share='f() { curl --progress-bar --upload-file "$1" https://share.arrayinamatrix.xyz/ | tee /dev/null; echo };f' alias cat="bat --paging=never" +alias ip="ip -c" +alias open="xdg-open" diff --git a/private_dot_config/zsh/executable_dot_zshrc b/private_dot_config/zsh/executable_dot_zshrc index ddf8fb7..ce5dc6d 100644 --- a/private_dot_config/zsh/executable_dot_zshrc +++ b/private_dot_config/zsh/executable_dot_zshrc @@ -8,7 +8,7 @@ fi # if using wayland allow native rendering if [[ "$XDG_SESSION_TYPE" == "wayland" ]]; then export MOZ_ENABLE_WAYLAND=1 - export QT_QPA_PLATFORM=wayland + export QT_QPA_PLATFORM="wayland;xcb" export GDK_BACKEND="wayland,x11" fi @@ -47,6 +47,7 @@ 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'