aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.after/hostspecific.zsh
diff options
context:
space:
mode:
authorDavid Runge <david.runge@frqrec.com>2015-01-26 00:43:29 +0100
committerDavid Runge <david.runge@frqrec.com>2015-01-26 00:43:29 +0100
commit52b58af40214b5764dfd70a7c7cd186a357350f7 (patch)
tree732003a95fb4cb6d87d4cacca3ce8d5e44594ee7 /.zsh.after/hostspecific.zsh
parentae04f0405a675bb0034038211014c20cb6c7ef0d (diff)
downloaddotfiles-52b58af40214b5764dfd70a7c7cd186a357350f7.tar.gz
dotfiles-52b58af40214b5764dfd70a7c7cd186a357350f7.tar.bz2
dotfiles-52b58af40214b5764dfd70a7c7cd186a357350f7.tar.xz
dotfiles-52b58af40214b5764dfd70a7c7cd186a357350f7.zip
hostspecific.zsh: Remove frqrec apt settings. We are on Archlinux now. YAY
Diffstat (limited to '.zsh.after/hostspecific.zsh')
-rw-r--r--.zsh.after/hostspecific.zsh4
1 files changed, 0 insertions, 4 deletions
diff --git a/.zsh.after/hostspecific.zsh b/.zsh.after/hostspecific.zsh
index aaa8f5b..e088543 100644
--- a/.zsh.after/hostspecific.zsh
+++ b/.zsh.after/hostspecific.zsh
@@ -3,8 +3,4 @@ case $(hostname) in
. $HOME/.zsh.after/apt
. $HOME/.zsh.after/unixpool
;;
- frqrec)
- . $HOME/.zsh.after/apt
- . $HOME/.zsh.after/frqrec
- ;;
esac