summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-03-17 22:09:08 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-03-17 22:09:13 -0700
commitbb6caa91aa8c0bd67f55eb76a3abd71c6749b487 (patch)
treebd137064c348803bebb578b9d52731ff6ab3485b /.bashrc
parent76091eb54ef62f41d18893d4797933072e9ff2ea (diff)
downloaddotfiles-bb6caa91aa8c0bd67f55eb76a3abd71c6749b487.tar.gz
Revert "new alias on fasolo"
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/.bashrc b/.bashrc
index b2303b02..817a1328 100644
--- a/.bashrc
+++ b/.bashrc
@@ -80,12 +80,6 @@ alias push-develacc-dotfiles-branch="git push \
# this due to Clint Adams
alias get-my-signers='gpg --keyserver pool.sks-keyservers.net --recv-keys $(gpg --list-sigs --with-colons 0F56D0553B6D411B | awk -F: '"'"'/\[User ID not found\]/ {print $5}'"'"' | sort -u)'
-# --- host-specific aliases
-
-if [ "$HOSTNAME" = "fasolo" ]; then
- alias new="cd /srv/ftp-master.debian.org/queue/new/"
-fi
-
# --- more powerful aliases built with shell functions
# run a package build and the full suite of checks that I can do