From ac377d019946466c97d878f4e957d2a4c69bb25a Mon Sep 17 00:00:00 2001 From: DustVoice Date: Sun, 17 May 2020 11:44:44 +0200 Subject: [PATCH] Clean up alias mess --- .zshenv | 9 +++++++++ .zshrc | 4 ---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.zshenv b/.zshenv index 7ed3c4d..b885c73 100644 --- a/.zshenv +++ b/.zshenv @@ -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/=.*//"' diff --git a/.zshrc b/.zshrc index de5cfa7..94f10e3 100644 --- a/.zshrc +++ b/.zshrc @@ -104,7 +104,3 @@ else fi gpg-connect-agent updatestartuptty /bye - -if [[ -f $HOME/.zsh_alias ]]; then - source $HOME/.zsh_alias -fi