Mess
This commit is contained in:
7
.zshrc
7
.zshrc
@@ -13,12 +13,14 @@ compinit
|
||||
|
||||
export ZSH=/usr/share/oh-my-zsh
|
||||
export ZSH_CUSTOM=/usr/share/zsh
|
||||
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=10"
|
||||
ZSH_THEME="af-magic"
|
||||
|
||||
plugins=(
|
||||
archlinux
|
||||
docker
|
||||
docker-compose
|
||||
fzf
|
||||
git
|
||||
systemd
|
||||
vagrant
|
||||
@@ -27,12 +29,11 @@ plugins=(
|
||||
)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
bindkey '^R' history-incremental-pattern-search-backward
|
||||
#bindkey '^R' history-incremental-pattern-search-backward
|
||||
|
||||
if [ -f ~/.bash_aliases ]; then
|
||||
source ~/.bash_aliases
|
||||
fi
|
||||
eval $(thefuck --alias)
|
||||
|
||||
alias chromium="export GDK_BACKEND=wayland && chromium --enable-features=UseOzonePlatform --ozone-platform=wayland"
|
||||
alias discord="export GDK_BACKEND=wayland && discord-canary --enable-features=UseOzonePlatform,WebRTCPipeWireCapturer --ozone-platform=wayland"
|
||||
alias discord="export GDK_BACKEND=wayland && discord-canary"
|
||||
|
||||
Reference in New Issue
Block a user