Skip to content

Commit 3b865a7

Browse files
committed
Fixes pre-commit issues
1 parent e623c3c commit 3b865a7

File tree

9 files changed

+5
-10
lines changed

9 files changed

+5
-10
lines changed

.bash_aliases

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ fi
9696
#
9797
# Various
9898
alias h='history | grep '
99-
alias mv='mv -v'
99+
alias mv='mv -v'
100100
alias rm='rm -v'
101101

102102
# One letter quickies:
@@ -111,7 +111,7 @@ alias play='cd ~/play/'
111111
# Rails
112112
#alias src='script/rails console'
113113
#alias srs='script/rails server'
114-
#alias raked='rake db:drop db:create db:migrate db:seed'
114+
#alias raked='rake db:drop db:create db:migrate db:seed'
115115
#alias rvm-restart='source '\''/home/durrantm/.rvm/scripts/rvm'\'''
116116
#alias rrg='rake routes | grep '
117117
#alias rspecd='rspec --drb '

.bash_exports

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ fi
6868
# @see: http://www.delorie.com/gnu/docs/gawk/gawk_149.html
6969
# @see: http://stackoverflow.com/q/19242275/55075
7070
export LANG=C
71-
export LC_CTYPE=C
71+
export LC_CTYPE=C
7272

7373
# Set architecture flags for x64
7474
export ARCHFLAGS="-arch x86_64"

.bash_options

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ HISTCONTROL=ignoreboth
99
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
1010
HISTSIZE=10000
1111
# Keep around 32K lines of history in file.
12-
HISTFILESIZE==$((1 << 15))
12+
HISTFILESIZE==$((1 << 15))
1313

1414
# Keep the times of the commands in history
1515
HISTTIMEFORMAT='%F %T'

.drush/drushrc.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@
1212

1313
// Load a drushrc.php configuration file from the current working directory.
1414
$options['c'] = '.';
15-

.ssh/config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ Host local
1616
Hostname 127.0.0.1
1717
User kenorb
1818
IdentityFile ~/.ssh/id_rsa
19-

.torrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,3 @@ CookieAuthentication 0
189189
## a private bridge, for example because you'll give out your bridge
190190
## address manually to your friends, uncomment this line:
191191
#PublishServerDescriptor 0
192-

.trafshow

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,3 @@ sunrpc Blue
9191
*/icmp cyan
9292
*/igmp cyan
9393
*/ip cyan
94-

debian/.bash_profile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@ export HISTCONTROL="ignoreboth"
2525
export LS_OPTIONS='--color=auto -h'
2626

2727
#############################################################################
28-

vimrc.bacardi55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ inoremap { {}<left>
191191
inoremap [ []<left>
192192
inoremap '' ''<left>
193193
inoremap "" ""<left>
194-
inoremap , ,
194+
inoremap , ,
195195
"php
196196
inoremap <? <?php<space><space>?><left><left><left>
197197

0 commit comments

Comments
 (0)