move to hyper for better screen sharing suppor

This commit is contained in:
2025-03-11 10:14:22 -07:00
parent 7fdd22930c
commit 1c129553ea
4 changed files with 309 additions and 15 deletions

View File

@@ -58,7 +58,7 @@ fi
source ~/.local/scripts/git-prompt.sh
if [ "$color_prompt" = yes ]; then
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]$(__git_ps1 " (%s)") \$ '
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]$(__git_ps1 " (%s)") \n\$ '
else
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
fi
@@ -123,6 +123,7 @@ PATH=$PATH:~/.local/bin/
alias vim='nvim'
alias ssh='ssh -XC'
alias xfreerdp='xfreerdp +clipboard /dynamic-resolution '
alias discord='discord --enable-features=UseOzonePlatform --ozone-platform=wayland '
# Set up fzf key bindings and fuzzy completion
eval "$(fzf --bash)"