mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
Big cleanup, some additions from work laptop
This commit is contained in:
@@ -1,44 +1,39 @@
|
||||
PATH=$PATH:~/bin
|
||||
|
||||
alias ls='ls --color=auto'
|
||||
alias ll='ls -la'
|
||||
|
||||
alias nano='nano -w'
|
||||
alias screenie='xwd -screen > screenie'
|
||||
# append history instead of overwriting:
|
||||
shopt -s histappend
|
||||
|
||||
# 2007-04-01
|
||||
alias rattler='ssh -l msn290 rattler.few.vu.nl'
|
||||
#alias findphp='find . -name "*php" | xargs grep'
|
||||
#alias findphp='find . -name "*.php" | xargs grep -i'
|
||||
alias findphp='find . -name "*.php" | xargs grep'
|
||||
alias findjs='find . -name "*.js" | xargs grep'
|
||||
alias findcss='find . -name "*.css" | xargs grep'
|
||||
alias findpy='find . -name "*.py" | xargs grep'
|
||||
|
||||
# 2007-04-11
|
||||
alias galjas='ssh -l msn290 galjas.cs.vu.nl'
|
||||
alias findfile='find . | grep -v .svn | grep -v .hg | grep -v .git | grep'
|
||||
|
||||
# 2007-07-23
|
||||
alias rattler_proxy='ssh -L 8080:www-proxy.cs.vu.nl:8080 msn290@rattler.few.vu.nl'
|
||||
alias testie_erik='ssh -p 2222 -X testie@pi.homeunix.net'
|
||||
alias notes='vim ~/mydocs/notes/notes.txt'
|
||||
|
||||
# 2007-08-08
|
||||
alias vim='vim -p'
|
||||
|
||||
# 2007-10-05
|
||||
alias kits='ssh msn290@kits.cs.vu.nl'
|
||||
alias kits_proxy='ssh -L 8080:www-proxy.cs.vu.nl:8080 msn290@kits.cs.vu.nl'
|
||||
|
||||
# 2012-08-24 / 2008-01-20
|
||||
# Some hosts
|
||||
alias higgs='ssh higgs'
|
||||
|
||||
# 2008-07-20
|
||||
alias backuppc='ssh aquatix@bhaile.murf.nl -L 8888:vacdepot.bhaile.murf.nl:80'
|
||||
alias backuppc_browse='x-www-browser http://localhost:8888/backuppc/'
|
||||
|
||||
# 2009-03-30
|
||||
alias soleusconsole='ssh aquatix@console.soleus.nu'
|
||||
|
||||
# 2009-11-25
|
||||
#alias U='svn update'
|
||||
|
||||
# 2012-08-24 / 2010-04-03
|
||||
alias medusa='ssh medusa'
|
||||
|
||||
# 2012-08-24 / 2012-03-23
|
||||
alias devteam='ssh devteam'
|
||||
#20140110
|
||||
alias such=git
|
||||
alias very=git
|
||||
alias wow='git status'
|
||||
alias so=git
|
||||
# wow
|
||||
# such commit
|
||||
# very push
|
||||
# so rebase
|
||||
# so diff
|
||||
|
||||
#20140521 force 256 colours in tmux
|
||||
alias tmux='tmux -2'
|
||||
|
||||
function fuck() {
|
||||
if killall -9 "$2"; then
|
||||
|
||||
Reference in New Issue
Block a user