Skip to content

Commit

Permalink
whitespace and stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
grawity committed Dec 10, 2015
1 parent 3ceab23 commit bc8f755
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
2 changes: 2 additions & 0 deletions environ-frost
@@ -1 +1,3 @@
# vim: ft=sh

. ~/lib/dotfiles/environ-rain
2 changes: 0 additions & 2 deletions environ-rain
@@ -1,4 +1,3 @@
# host-specific additions to ~/.environ
# vim: ft=sh

# paths
Expand Down Expand Up @@ -29,7 +28,6 @@ WWW_HOME="http://nullroute.eu.org/"
CN_LDAP_SERVER="ldap://wolke.nullroute.eu.org"
MANLESS="]0;\$MAN_PN ?ltline %lt?L/%L.:byte %bB?s/%s..?e (END):?pB %pB\\%.. "
MPD_HOST="$(cat "$XDG_CONFIG_HOME/mpd/password")@$XDG_RUNTIME_DIR/mpd.control"
NMAP_PRIVILEGED="1"
PERL_CPANM_OPT="$PERL_CPANM_OPT --mirror http://ftp.litnet.lt/pub/CPAN/"
PIDGIN_DEBUG_COLORED="1"
TAR_OPTIONS="--xattrs"
5 changes: 0 additions & 5 deletions inputrc
Expand Up @@ -11,7 +11,6 @@ set colored-stats on
set skip-completed-text on
set completion-ignore-case on
set completion-query-items 500
#set page-completions off

# disallow modifying history
set revert-all-at-newline on
Expand All @@ -23,8 +22,6 @@ set revert-all-at-newline on
# Ctrl-arrows
"\e[1;5C": forward-word
"\e[1;5D": backward-word

# Ctrl-arrows (PuTTY)
"\eOC": forward-word
"\eOD": backward-word

Expand All @@ -42,7 +39,6 @@ set revert-all-at-newline on
"\C-x\C-x": "suspend\n"

# unbind other stuff

"\ep": ""
"\en": ""

Expand All @@ -51,7 +47,6 @@ set revert-all-at-newline on
"\e[201~": ""

# unbind the Alt+numbers

"\e-": ""
"\e0": ""
"\e1": ""
Expand Down
4 changes: 1 addition & 3 deletions profile
Expand Up @@ -3,14 +3,12 @@

. ~/lib/dotfiles/environ

have() { type "$1" > /dev/null 2>&1; }
have() { type "$1" >/dev/null 2>&1; }

case $0:$TMUX:$SILENT in -*::)
# XDG variables are set by ~/.environ
test -d "$XDG_CACHE_HOME" || mkdir -p -m 0700 "$XDG_CACHE_HOME"
test -d "$XDG_CONFIG_HOME" || mkdir -p -m 0700 "$XDG_CONFIG_HOME"
test -d "$XDG_DATA_HOME" || mkdir -p -m 0700 "$XDG_DATA_HOME"

test -f ~/.hushlogin && motd -q
echo `uptime`
esac
Expand Down

0 comments on commit bc8f755

Please sign in to comment.