From e879e5212d566046087dc9821843316076c8e84b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 30 May 2012 15:58:51 -0400 Subject: Fedora 17 does *not* like it if I override it's XAUTHORITY --- .profile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.profile b/.profile index d2a1e6c..d023923 100644 --- a/.profile +++ b/.profile @@ -57,7 +57,9 @@ if [ -x "`which alsactl 2>/dev/null`" ]; then fi # X11 -export XAUTHORITY=$HOME/.Xauthority +if [ -z "$XAUTHORITY" ]; then + export XAUTHORITY=$HOME/.Xauthority +fi # Start background programs ########################################## if [ -f "$HOME/.login-daemons" ]; then -- cgit v1.2.3 From fc3f5bb06af5745eef9f7bfde34cc312e67b8b23 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 30 May 2012 15:59:43 -0400 Subject: Don't set TMPDIR anymore --- .profile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.profile b/.profile index d2a1e6c..6f9f102 100644 --- a/.profile +++ b/.profile @@ -25,13 +25,6 @@ done # Settings ########################################################### -# TMPDIR -if [ -d "$HOME/tmp" ]; then - export TMPDIR="$HOME/tmp" -elif [ -d "$HOME/.prefix/tmp" ]; then - export TMPDIR="$HOME/.prefix/tmp" -fi - # Text editor if [ -f "$HOME/.selected_editor" ]; then . "$HOME/.selected_editor" -- cgit v1.2.3 From 10da4159cac26ddd9433348e463ff86330e391e2 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 8 Jun 2012 10:47:37 -0400 Subject: I'm not sure why I had a dash after make in the crontab --- .crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.crontab b/.crontab index 28d7b0a..cb952e1 100644 --- a/.crontab +++ b/.crontab @@ -1,3 +1,3 @@ # m h dom mon dow command -*/5 * * * * cd $HOME && make - +*/5 * * * * cd $HOME && make */5 * * * * offlineimap-runner -- cgit v1.2.3 From 69c8e01dce86846b2f8eceac60cbc2f06e11c79f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 8 Jun 2012 10:48:09 -0400 Subject: custom wanted to change the indent of .emacs.d/custom.el --- .emacs.d/custom.el | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.emacs.d/custom.el b/.emacs.d/custom.el index 4caf4c5..0d4cf4a 100644 --- a/.emacs.d/custom.el +++ b/.emacs.d/custom.el @@ -1,16 +1,16 @@ (custom-set-variables - ;; custom-set-variables 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. - '(ruby-deep-arglist nil) - '(ruby-deep-indent-paren nil) + ;; custom-set-variables 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. '(erc-nick "lukeshu") '(mdmua-maildir "~/Maildir") + '(ruby-deep-arglist nil) + '(ruby-deep-indent-paren nil) '(scroll-bar-mode nil)) (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. + ;; 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. ) -- cgit v1.2.3 From b6e326d3ca6038db9df8909285cada16652aa9c5 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 16 Jul 2012 18:48:44 -0400 Subject: foo --- .emacs | 2 +- .irbrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .irbrc diff --git a/.emacs b/.emacs index 99bdf77..7bfe080 100644 --- a/.emacs +++ b/.emacs @@ -75,7 +75,7 @@ dtrt-indent coffee-mode folding - apel flim semi wanderlust + ;apel flim semi wanderlust scss-mode color-theme color-theme-solarized org-mode diff --git a/.irbrc b/.irbrc new file mode 100644 index 0000000..7596d96 --- /dev/null +++ b/.irbrc @@ -0,0 +1 @@ +require 'rubygems' unless defined? Gem # only needed in 1.8 -- cgit v1.2.3 From 7e520d5fd196aad7d5042b02e32dc7a4bbdebbeb Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 17 Jul 2012 10:48:41 -0400 Subject: .git.info.exclude --- .git.info.exclude | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.git.info.exclude b/.git.info.exclude index 235367c..064d68c 100644 --- a/.git.info.exclude +++ b/.git.info.exclude @@ -54,6 +54,7 @@ history.* .current.asound .dbus/session-bus/* .ddd/history +.ddd/sessions .dvdcss .esd_auth .eshell/history @@ -87,16 +88,18 @@ history.* .config/libretools/blacklist.txt # Ignore these files for no good reason -.terminfo -.config/vlc/vlc-qt-interface.conf -.wine* -.offlineimap .bogofilter .config/Trolltech.conf +.config/vlc/vlc-qt-interface.conf .gem +.offlineimap +.prefix +.terminfo +.wine* # Ignore these files that if I tracked them, would be a separate repo .config/libreoffice .config/transmission -.netbeans +.eclipse .mozilla +.netbeans \ No newline at end of file -- cgit v1.2.3 From 5f6a496cf1e870243c27a2575d4390f35ea9885d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 17 Jul 2012 10:50:25 -0400 Subject: add ltshome as a host to .ssh/config --- .ssh/config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.ssh/config b/.ssh/config index 5c271b5..a24b7ee 100644 --- a/.ssh/config +++ b/.ssh/config @@ -9,3 +9,8 @@ Host parabola Port 1863 HostName repo.parabolagnulinux.org User repo + +Host ltshome + Port 6422 + Host lukeshu.ath.cx + User luke -- cgit v1.2.3 From d7f60aebf173b6bddc92b319f773e6286cd96b42 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 17 Jul 2012 10:52:47 -0400 Subject: .git.info.exclude --- .git.info.exclude | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.git.info.exclude b/.git.info.exclude index 064d68c..4576b6f 100644 --- a/.git.info.exclude +++ b/.git.info.exclude @@ -98,8 +98,9 @@ history.* .wine* # Ignore these files that if I tracked them, would be a separate repo +.config/chromium .config/libreoffice .config/transmission .eclipse .mozilla -.netbeans \ No newline at end of file +.netbeans -- cgit v1.2.3 From 69e7a06e976bbad54684b8c650853020c8352adb Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 9 Aug 2012 18:20:56 -0400 Subject: turn on a few useful bash features --- .bashrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.bashrc b/.bashrc index 119e071..ff11c5b 100644 --- a/.bashrc +++ b/.bashrc @@ -23,6 +23,13 @@ shopt -s histappend # update the values of LINES and COLUMNS. shopt -s checkwinsize +# Let ** recursively scan directories +shopt -s globstar + +# Why is this not on by default? +# "We have a cached value, but it isn't valid anymore. Should we trash it?" +shopt -s checkhash + # make less more friendly for non-text input files, see lesspipe(1) [ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)" -- cgit v1.2.3