move to hyper for better screen sharing suppor
This commit is contained in:
3
.bashrc
3
.bashrc
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user