From a143ff4c13b3812b7126eef1b39d3a48c02c5250 Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Sat, 12 Mar 2016 20:29:45 +0100 Subject: fish: fixes --- fish/.config/fish/config.fish | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fish/.config') diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index 945da6e..b55263d 100644 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -67,7 +67,6 @@ alias df='df -h' alias iwlist='sudo iwlist wlan0 scan' alias fumount='fusermount -u' alias more='less' -alias vpnc='sudo vpnc' alias reboot='sudo shutdown -r now' alias halt='sudo shutdown -h now' alias lock='slock' @@ -115,7 +114,7 @@ function vga21 xrandr --output LVDS1 --off; end function vga22w - xrandr --output VGA1 --mode 1680x1050 --rate 60 --rotate right; + xrandr --output VGA1 --mode 1680x1050 --rate 60 --rotate left; xrandr --output LVDS1 --off; end function youtube -- cgit v1.2.3