X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=bullseye%2Fhome_files%2Fminimal%2F.bashrc;h=e1d41d857f961b930edf8c7a84beb6a2b2528a8b;hb=d286a9a87d1cf888716bb7e36f7cbc052e75ff31;hp=5ee9ad81e0c813beee13d8c6d2cc41f1344b7a01;hpb=15171dcfb9e48aa0311fb77948478dbca48245fa;p=config diff --git a/bullseye/home_files/minimal/.bashrc b/bullseye/home_files/minimal/.bashrc index 5ee9ad8..e1d41d8 100644 --- a/bullseye/home_files/minimal/.bashrc +++ b/bullseye/home_files/minimal/.bashrc @@ -3,6 +3,10 @@ # Fancy colors for ls. alias ls="ls --color=auto" +# Other helpful aliases +alias sshauth='eval $(ssh-agent) && ssh-add' +alias xrandrbig='xrandr --output LVDS-1 --off' + # Use vim as default editor for anything. export VISUAL=vim export EDITOR=$VISUAL