From fd8710f7f829ccebf4b88203d9a1e9d836be67be Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 24 Feb 2012 10:04:58 +0100 Subject: .conkerorrc/webjumps.js --- .conkerorrc/webjumps.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.conkerorrc/webjumps.js b/.conkerorrc/webjumps.js index 68ee7f5..608c3b6 100644 --- a/.conkerorrc/webjumps.js +++ b/.conkerorrc/webjumps.js @@ -24,3 +24,6 @@ define_webjump("ddg", define_webjump("metal-archives", "http://www.metal-archives.com/search?searchString=%s&type=band_name", $alternative="http://www.metal-arhives.com"); +define_webjump("djangodocs", + "https://docs.djangoproject.com/search/?q=%s&release=5", + $alternative="https://docs.djangoproject.com/"); -- cgit v1.3-2-g0d8e From afba371c023144e8f82461c7c09c8dbc18d23857 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 25 Feb 2012 17:04:54 +0100 Subject: .zshenv --- .zshenv | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshenv b/.zshenv index 7463693..a197aad 100644 --- a/.zshenv +++ b/.zshenv @@ -11,6 +11,7 @@ export LESS_TERMCAP_us=$'\e[0;36m' export PAGER=$LESSCMD export EDITOR="emacsclient -c" +export HARFLARGLAR="$HARFLARGLAR:zshenv" # Aliases alias alpine="alpine -p ""{imap.gmail.com/ssl/user=tom.willemsen@archlinux.us}remote_pinerc""" -- cgit v1.3-2-g0d8e From 397b6a0c8b48cbd6aa8f624aaea4ad185e392072 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 25 Feb 2012 17:11:04 +0100 Subject: .zshenv --- .zshenv | 1 - 1 file changed, 1 deletion(-) diff --git a/.zshenv b/.zshenv index a197aad..7463693 100644 --- a/.zshenv +++ b/.zshenv @@ -11,7 +11,6 @@ export LESS_TERMCAP_us=$'\e[0;36m' export PAGER=$LESSCMD export EDITOR="emacsclient -c" -export HARFLARGLAR="$HARFLARGLAR:zshenv" # Aliases alias alpine="alpine -p ""{imap.gmail.com/ssl/user=tom.willemsen@archlinux.us}remote_pinerc""" -- cgit v1.3-2-g0d8e From 9261be80d8f396fd3c796efe77593b06f8abf8a0 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 25 Feb 2012 17:12:32 +0100 Subject: .zshenv --- .zshenv | 1 - 1 file changed, 1 deletion(-) diff --git a/.zshenv b/.zshenv index 7463693..1aba482 100644 --- a/.zshenv +++ b/.zshenv @@ -10,7 +10,6 @@ export LESS_TERMCAP_ue=$'\e[0m' export LESS_TERMCAP_us=$'\e[0;36m' export PAGER=$LESSCMD -export EDITOR="emacsclient -c" # Aliases alias alpine="alpine -p ""{imap.gmail.com/ssl/user=tom.willemsen@archlinux.us}remote_pinerc""" -- cgit v1.3-2-g0d8e From af6ffcdca1017b22c0c96375fd63562578bdc993 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 25 Feb 2012 17:13:47 +0100 Subject: .zshrc --- .zshrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.zshrc b/.zshrc index 24168ba..d7b0427 100644 --- a/.zshrc +++ b/.zshrc @@ -1,11 +1,5 @@ # -*- Mode: shell-script; eval: (git-auto-commit-mode 1) -*- # Setup variables -PATH="${HOME}/bin:${PATH}:/usr/local/bin" -INFOPATH="${HOME}/documents/info:${INFOPATH}" - -export INFOPATH -export BROWSER=conkeror - HISTFILE=~/.zsh/histfile HISTSIZE=1000 SAVEHIST=1000 -- cgit v1.3-2-g0d8e From 7778a957813a2db65cca5a4819d057424e220b44 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 25 Feb 2012 21:28:33 +0100 Subject: .gitignore --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index a840b29..30a7d0c 100644 --- a/.gitignore +++ b/.gitignore @@ -104,7 +104,6 @@ xhtml-loader.rnc .emacs.d/ .cuyo .lgames -.bash* .beetsmusic.blb .beetsstate .msmtprc -- cgit v1.3-2-g0d8e From 4e448f27ecaf9c3776f2e3cc691281aaeb5f7f05 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 25 Feb 2012 21:30:24 +0100 Subject: .bash_profile --- .bash_profile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .bash_profile diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..ebd9117 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,7 @@ +# -*- eval: (git-auto-commit-mode 1) -*- +export BROWSER=conkeror +export EDITOR="emacsclient -c -a emacs" +export INFOPATH="${HOME}/documents/info:${INFOPATH}" +export PATH="${HOME}/bin:${PATH}:/usr/local/bin" + +alias cower="cower --color=always --target=$HOME/var/aur" -- cgit v1.3-2-g0d8e