Skip to content

Commit

Permalink
Share Dot Files
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehuda Korotkin committed Dec 18, 2013
1 parent af3fefa commit 2450d32
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
10 changes: 6 additions & 4 deletions aliases.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Aliases
# Thanks to Dave Smith (Linked In)
#
# Aliases Taken from LinkedIn - http://lnkd.in/dsBrU9F
# You may contribute more

# Thanks to Dave Smith
alias cls='clear' #kinda obvious, but I'm mistyping it regularly
alias getdbs='nohup lftp -f ~/.lftp/get-db-backups.script &' #pulls database backups off a remote server
alias df='df -h'
Expand All @@ -11,8 +14,7 @@ alias maillist='postqueue -p' # lists and removed mails stuck in the queue - gen

alias ut2004='ssh -p22022 utadmin@ut.myserver.nl'
alias ut2k4='ut2004'
alias ut99='ssh -p22022 utadmin@ut.myotherserver.uk'
#(I run a few Unreal Tournament servers - but these server aliases have been moved into ".ssh/config" now so I don't use these aliases as much)
alias ut99='ssh -p22022 utadmin@ut.myotherserver.uk' # I run a few Unreal Tournament servers - but these server aliases have been moved into ".ssh/config" now so I don't use these aliases as much

# Thanks to Eric Ross
alias msg='tail -20 /var/log/messages'
Expand Down
5 changes: 5 additions & 0 deletions inputrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
#
# Aliases Taken from LinkedIn - http://lnkd.in/dsBrU9F
# You may contribute more

# Thanks to Denis Kovalev
# CTRL-L but leave the cursor at the bottom of the screen
"\C-W": "printf "\\33[2J"\n"

0 comments on commit 2450d32

Please sign in to comment.