Skip to content

Commit

Permalink
Some changes to zshrc
Browse files Browse the repository at this point in the history
Support gb, remove old stuff, fix a bit vagrant
  • Loading branch information
flavio committed Dec 1, 2015
1 parent 765aaa7 commit 7676512
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions home/.zshrc
Expand Up @@ -71,6 +71,7 @@ export TNS_ADMIN=/etc # set oracle home
alias ssh_anon="ssh -o \"UserKnownHostsFile /dev/null\""
alias scp_anon="scp -o \"UserKnownHostsFile /dev/null\""
alias sftp_anon="sftp -o \"UserKnownHostsFile /dev/null\""
alias ssh-copy-id_anon="ssh-copy-id -o \"UserKnownHostsFile /dev/null\""

alias iosc="osc -A https://api.suse.de"
alias mosc="osc -A https://api.pub.meego.com"
Expand All @@ -79,9 +80,6 @@ alias json_pretty_print="python -mjson.tool"

alias en_us_intl="setxkbmap -layout en -variant intl"

# needed to have flash audio working with SLED11
export FLASH_FORCE_ALSA=1

################
# TMUX section #
################
Expand All @@ -106,3 +104,7 @@ export PATH="$HOME/.rbenv/bin:$HOME/go/bin:$HOME/bin/packer:$PATH"

eval "$(rbenv init -)"

export VAGRANT_DEFAULT_PROVIDER="libvirt"

# required to get getgb.io work
unalias gb

0 comments on commit 7676512

Please sign in to comment.