all repos — archive/dotfiles @ 9fee193c12d92ab503f1ba334345f7e56c10f217

Superseded by nixfiles

Merge host-specific configuration to tags
Alan Pearce alan@ap-spotcap.local
Fri, 17 Mar 2017 10:01:23 +0100
commit

9fee193c12d92ab503f1ba334345f7e56c10f217

parent

397ce671bb028802d528faf8811101e08557e527

D host-ap-spotcap.local/config/zsh/zshenv.local
@@ -1,9 +0,0 @@-# -*- mode: sh; -*-
-if [[ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]]
-then
-  . $HOME/.nix-profile/etc/profile.d/nix.sh;
-fi
-
-JIRA_RAPID_BOARD=true
-JIRA_URL=https://spotcap.atlassian.net
-EMAIL=alan.pearce@spotcap.com
D host-ap-spotcap.local/rcrc.local
@@ -1,2 +0,0 @@-DOTFILES_DIRS="$HOME/projects/dotfiles"
-TAGS="emacs git global tmux zsh"
D host-prefect/Xresources
@@ -1,4 +0,0 @@-#include "main"
-
-Emacs.Font:                         -xos4-Terminus-normal-normal-normal-*-14-*-*-*-*-*-*-*
-Emacs.fixed-pitch.attributeFont:    -xos4-Terminus-normal-normal-normal-*-14-*-*-*-*-*-*-*
D host-prefect/rcrc.local
@@ -1,2 +0,0 @@-DOTFILES_DIRS="$HOME/projects/dotfiles"
-TAGS="emacs git hg clojure ssh zsh"
M zsh/.config/zsh/.zshenvzsh/.config/zsh/.zshenv
@@ -17,6 +17,11 @@ then     export SSH_AUTH_SOCK=${XDG_RUNTIME_DIR:-/run/user/$UID}/ssh-agent
   fi
 
+  if [[ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]]
+  then
+    . $HOME/.nix-profile/etc/profile.d/nix.sh;
+  fi
+
   case $OSTYPE in
     darwin*)
       os=darwin
M zsh/.config/zsh/.zshrczsh/.config/zsh/.zshrc
@@ -133,6 +133,12 @@ then   eval $(ssh-agent)
 fi
 
+if zplug check gerges/oh-my-zsh-jira-plus
+then
+  JIRA_RAPID_BOARD=true
+  JIRA_URL=https://spotcap.atlassian.net
+fi
+
 # Then, source plugins and add commands to $PATH
 zplug load