summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorPatrick Simianer <pks@pks.rocks>2020-02-23 14:26:30 +0100
committerPatrick Simianer <pks@pks.rocks>2020-02-23 14:26:30 +0100
commit72b8a3c86284be711a4fc2cde693e14df74f1bae (patch)
treef8aaa13804e7620523001197363d545821e8b12d /zsh/.zshrc
parent8ed5d323d9c56137080e5c33f7d60f282931f394 (diff)
-barkley +nash
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc15
1 files changed, 1 insertions, 14 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 000461a..5468497 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -234,7 +234,7 @@ autoload -U colors && colors
# possible colors: black, white, green, cyan, red, yellow, magenta
case $HOSTNAME in
- *.local|barkley*|bogues*|bryant*|carter*|durant*|harden*|ming*|mutombo*|oneal*|robinson*)
+ *.local|bogues*|carter*|durant*|harden*|ming*|mutombo*|nash*|oneal*|robinson*)
HOSTCOLOR_BG=magenta
HOSTCOLOR_FG=black
;;
@@ -359,11 +359,6 @@ if [[ $_HOST_TYPE == "Linux" ]]; then
if [[ $(hostname) == "bogues" ]]; then
alias vgaoff='xrandr --output VGA1 --off && xrandr --output LVDS1 --mode 1024x768'
alias vgaclone='xrandr --output VGA1 --mode 1024x768'
- elif [[ $(hostname) == "barkley" ]]; then
- alias vgaoff='xrandr --output DP2 --off && xrandr --output eDP1 --mode 1920x1080'
- alias vgaclone='xrandr --output DP2 --mode 1280x1024'
- alias presentation='xrandr --output eDP1 --mode 1024x768 && xrandr --output DP2 --mode 1024x768'
- alias presentation-off='xrandr --output DP2 --off && xrandr --output eDP1 --mode 1920x1080'
fi
alias vgaext='xrandr --output VGA1 --mode 1024x768 --left-of LVDS1 --rotate right'
alias vga21='xrandr --output VGA1 --mode 1600x1200 --rate 60 --rotate right && xrandr --output LVDS1 --off'
@@ -376,11 +371,3 @@ if [[ $_HOST_TYPE == "Linux" ]]; then
alias lpimg='/usr/bin/lp -o fit-to-page'
fi
-case $HOSTNAME in
- barkley*)
- if [[ -f $HOME/.files/zsh/.zshrc.work ]]; then
- source $HOME/.files/zsh/.zshrc.work
- fi
- ;;
-esac
-