summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-01-28 18:01:44 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-01-28 18:03:18 -0700
commit12c7215f3f2c124f757c45e91f4bd1fda4c2ca4c (patch)
treec8715571108893f278d51b14704f91a646b00f25 /.emacs.d/eshell
parent6daebdadc478b4de1085b391180a20aaf347aade (diff)
downloaddotfiles-12c7215f3f2c124f757c45e91f4bd1fda4c2ca4c.tar.gz
archive remaining eshell config to ~/doc/org/deft-25.org
Diffstat (limited to '.emacs.d/eshell')
-rw-r--r--.emacs.d/eshell/alias23
-rw-r--r--.emacs.d/eshell/profile13
2 files changed, 0 insertions, 36 deletions
diff --git a/.emacs.d/eshell/alias b/.emacs.d/eshell/alias
deleted file mode 100644
index 14937939..00000000
--- a/.emacs.d/eshell/alias
+++ /dev/null
@@ -1,23 +0,0 @@
-alias ll ls -al
-alias mg find-file $1
-alias g git $*
-alias d dired $1
-alias ga git annex $*
-alias fmr MR_FAST=true mr $*
-
-alias blank sleep 1;xset dpms force off
-alias docs cd ~/doc && mr sync
-alias annex-to-ma cd ~/lib/annex;ga copy -t metaarray --auto --fast
-alias git-rebase-host-branch git rebase master;git checkout ${hostname};git rebase master
-alias git-push-host-branch git push origin master +${hostname}
-alias git-dotfiles git-rebase-host-branch && git-push-host-branch
-alias workgit cd ~/doc;git add org/*.org;git commit -a -e -m "work commit";git push
-alias sonatarc cd ~/src/dotfiles;git checkout .config/sonata/sonatarc;cd -
-alias newtorrents mv ~/tmp/*.torrent ~/local/rt/watch
-alias shelldotnix cabal2nix --shell . > shell.nix
-
-# fix stuff in the folder mounted on classroom computer that isn't
-# readable by the classroom computer's user
-# http://serverfault.com/questions/602392/recursive-reset-file-permissions-on-windows
-# http://ss64.com/nt/icacls.html
-alias sariulperms icacls C:\Users\swhitton\Documents\Teaching /grant Everyone:RX /T /C /L /Q
diff --git a/.emacs.d/eshell/profile b/.emacs.d/eshell/profile
deleted file mode 100644
index d0931f25..00000000
--- a/.emacs.d/eshell/profile
+++ /dev/null
@@ -1,13 +0,0 @@
-# tell commands that they can go ahead and emit ANSI colour sequences
-export TERM=vt100
-
-# commands that want to open an editor should call emacsclient, and
-# eshell knows what to do. Without these lines we get lots of garbage
-export EDITOR=emacsclient
-export VISUAL=emacsclient
-
-# add to the path
-addpath /usr/sbin >/dev/null
-addpath /sbin >/dev/null
-addpath /home/swhitton/local/bin >/dev/null
-addpath /home/swhitton/.cabal/bin >/dev/null