summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2009-10-16 12:54:13 +0200
committerStefan Ritter <xeno@thehappy.de>2009-10-16 12:54:13 +0200
commit08963be0a709b0c295a87aeb7f6359855329938a (patch)
treed564bb4daec8bad284d62d8924d6d3e449a0297f
parent3a336a8627c9075281f0ff8132a1b8057795aec1 (diff)
Cleanup:
* Collected xorg related stuff in xorg/ zshrc: added sfnv (scan for new version with uscan)
-rw-r--r--xorg/xcompose (renamed from xcompose)0
-rw-r--r--xorg/xdefaults (renamed from xdefaults)0
-rwxr-xr-xxorg/xinitrc (renamed from xinitrc)0
-rw-r--r--xorg/xorg.conf (renamed from xorg.conf)0
-rw-r--r--zshrc1
5 files changed, 1 insertions, 0 deletions
diff --git a/xcompose b/xorg/xcompose
index 0b0b1d5..0b0b1d5 100644
--- a/xcompose
+++ b/xorg/xcompose
diff --git a/xdefaults b/xorg/xdefaults
index ef9ff2e..ef9ff2e 100644
--- a/xdefaults
+++ b/xorg/xdefaults
diff --git a/xinitrc b/xorg/xinitrc
index 6e9ff0d..6e9ff0d 100755
--- a/xinitrc
+++ b/xorg/xinitrc
diff --git a/xorg.conf b/xorg/xorg.conf
index 1f8d1a2..1f8d1a2 100644
--- a/xorg.conf
+++ b/xorg/xorg.conf
diff --git a/zshrc b/zshrc
index 4af88d7..634e70b 100644
--- a/zshrc
+++ b/zshrc
@@ -64,6 +64,7 @@ alias svn-uscan='uscan --verbose --force-download --rename --repack --destdir=..
alias svn-bp='svn-buildpackage --svn-builder=pdebuild --svn-ignore-new'
alias gendebpool='dpkg-scanpackages -m . /dev/null | gzip -9c > Packages.gz'
alias git-bp='git-buildpackage --git-ignore-new --git-upstream-branch=master --git-debian-branch=debian --git-builder=pdebuild --debbuildopts "-i"'
+alias sfnv='uscan --verbose --no-symlink --rename'
alias -g C='| wc -l'
alias -g G='| grep'