diff options
author | David Runge <david.runge@frqrec.com> | 2015-01-26 00:43:29 +0100 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2015-01-26 00:43:29 +0100 |
commit | 52b58af40214b5764dfd70a7c7cd186a357350f7 (patch) | |
tree | 732003a95fb4cb6d87d4cacca3ce8d5e44594ee7 | |
parent | ae04f0405a675bb0034038211014c20cb6c7ef0d (diff) | |
download | dotfiles-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
-rw-r--r-- | .zsh.after/hostspecific.zsh | 4 |
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 |