X-Git-Url: https://plomlompom.com/repos/new_day?a=blobdiff_plain;f=bullseye%2Fhome_files%2Fminimal%2F.bashrc;h=e1d41d857f961b930edf8c7a84beb6a2b2528a8b;hb=1cf98e5cd217fc772ad940af1f1625bc67d696e8;hp=5ee9ad81e0c813beee13d8c6d2cc41f1344b7a01;hpb=c7d35acffa67607fbd4b05f0534f8f84badef953;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