mirror of
https://github.com/mr0xb/dotfiles.git
synced 2026-08-27 19:34:57 -04:00
fix go path
This commit is contained in:
parent
4019af67ec
commit
59b7d2eefe
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
export GOPATH=$HOME/go_projects
|
export GOPATH=$HOME/go_projects
|
||||||
|
export PATH=$PATH:/usr/local/go/bin
|
||||||
alias fp='stat --format "%a"'
|
alias fp='stat --format "%a"'
|
||||||
gsay() { if [[ "${1}" =~ -[a-z]{2} ]]; then local lang=${1#-}; local text="${*#$1}"; else local lang=${LANG%_*}; local text="$*";fi; mplayer "http://translate.google.com/translate_tts?ie=UTF-8&tl=${lang}&q=${text}" &> /dev/null ; }
|
gsay() { if [[ "${1}" =~ -[a-z]{2} ]]; then local lang=${1#-}; local text="${*#$1}"; else local lang=${LANG%_*}; local text="$*";fi; mplayer "http://translate.google.com/translate_tts?ie=UTF-8&tl=${lang}&q=${text}" &> /dev/null ; }
|
||||||
function google {
|
function google {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue