1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 21:45:10 +01:00

Alias for quickly ssh'ing into dcp vagrant

This commit is contained in:
Michiel Scholten
2014-12-09 11:06:36 +01:00
parent cd1fe1b914
commit d53342f0e3

View File

@@ -16,6 +16,7 @@ fi
alias ll='ls -alF' alias ll='ls -alF'
alias la='ls -A' alias la='ls -A'
alias l='ls -CF' alias l='ls -CF'
alias lll='ll |less -R'
# append history instead of overwriting: # append history instead of overwriting:
shopt -s histappend shopt -s histappend
@@ -72,6 +73,9 @@ alias pip_upgrade="pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs
# 20140908 reload tmux config # 20140908 reload tmux config
alias tmux_reload="tmux source-file ~/.tmux.conf" alias tmux_reload="tmux source-file ~/.tmux.conf"
# project-oriented aliases
alias dcpvag='workon dcp; cd ~/workspace/sanoma/content-library/; vagrant ssh'
function fuck() { function fuck() {
if killall -9 "$2"; then if killall -9 "$2"; then
echo ; echo " (╯°□°)╯︵$(echo "$2"|toilet -f term -F rotate)"; echo echo ; echo " (╯°□°)╯︵$(echo "$2"|toilet -f term -F rotate)"; echo