Clean up alias mess

This commit is contained in:
David Holland 2020-05-17 11:44:44 +02:00
parent 553e2d670c
commit ac377d0199
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
2 changed files with 9 additions and 4 deletions

View File

@ -46,3 +46,12 @@ export CXXFLAGS='-std=c++14'
export LIBGL_ALWAYS_INDIRECT=1
export XDG_CONFIG_HOME="$HOME/.config"
alias layout='xkblayout-state print "%s %v"'
alias picom-default='picom -bgc --backend glx --unredir-if-possible-delay 1000 --vsync'
alias screenkey-obs='screenkey --no-systray -t 2 -p fixed -s small -g 960x36+960+4 --key-mode composed --bak-mode full --mods-mode normal --scr 0 -f hack'
alias tmate-obs='tmate -k tmk-et35fx5m9ca7cxot4jjwksmaoy -r dustvoice'
alias xfce-polkit='/usr/lib/xfce-polkit/xfce-polkit'
alias davinci-resolve='/opt/resolve/bin/resolve'
alias rofi-scripts='alias | sed -e "s/=.*//"'

4
.zshrc
View File

@ -104,7 +104,3 @@ else
fi
gpg-connect-agent updatestartuptty /bye
if [[ -f $HOME/.zsh_alias ]]; then
source $HOME/.zsh_alias
fi