diff --git a/home/.emacs.d/init.el b/home/.emacs.d/init.el index 5624d67..6909ead 100644 --- a/home/.emacs.d/init.el +++ b/home/.emacs.d/init.el @@ -180,9 +180,4 @@ '(package-selected-packages (quote (org-doing org-bullets org-autolist org-ac better-defaults yaml-mode slime rust-mode projectile markdown-mode magit go-mode gist cyberpunk-theme auto-complete)))) -(custom-set-faces - ;; custom-set-faces was added by Custom. - ;; If you edit it by hand, you could mess it up, so be careful. - ;; Your init file should contain only one such instance. - ;; If there is more than one, they won't work right. - ) + diff --git a/home/.zshrc b/home/.zshrc index 16cc941..22b74f9 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -24,6 +24,9 @@ export LANG=en_US.UTF-8 # All Hail VIM export EDITOR='vim' +# Make sure ~/bin is on the path +export PATH="$HOME/bin:$PATH" + # Add something to something else # $1 is the original value being appended to # $2 is the seperator