Przeglądaj źródła

merge conflict

cray
Mitch Tishmack 11 lat temu
rodzic
commit
2fbb4b417c
5 zmienionych plików z 16 dodań i 4 usunięć
  1. +1
    -1
      Makefile
  2. +7
    -0
      common/.profile.d/20-functions.sh
  3. +3
    -0
      haskell/.profile.d/10-path-haskell.sh
  4. +0
    -3
      osx/.profile.d/01-path-osx.sh
  5. +5
    -0
      osx/.profile.d/10-path-osx.sh

+ 1
- 1
Makefile Wyświetl plik

@@ -10,7 +10,7 @@ DOTPROFILE=~/.profile
home: $(DOTGITCONFIG) $(DOTPROFILE)
$(DOTDEE) $(DOTPROFILE)

ws: common mosh emacs git ruby haskell perl tmux vim zsh home
ws: common mosh git ruby haskell perl tmux vim zsh home

all: home



+ 7
- 0
common/.profile.d/20-functions.sh Wyświetl plik

@@ -80,3 +80,10 @@ login_shell()
{
[ "$-" = "*i*" ]
}

# Yeah, sick of using the web browser for this crap
# Use is NUM FROM TO and boom get the currency converted from goggle.
cconv()
{
curl -L --silent "https://www.google.com/finance/converter?a=$1&from=$2&to=$3" | grep converter_result | perl -pe 's|[<]\w+ \w+[=]\w+[>]||g;' -pe 's|[<][/]span[>]||'
}

+ 3
- 0
haskell/.profile.d/10-path-haskell.sh Wyświetl plik

@@ -0,0 +1,3 @@
# haskell/.profile.d/10-path-haskell.sh
PATH="${HOME}/.cabal/bin:${PATH}:${HOME}/.cabin/bin"
export PATH

+ 0
- 3
osx/.profile.d/01-path-osx.sh Wyświetl plik

@@ -1,3 +0,0 @@
# osx/.profile.d/10-path-osx.sh
PATH="/usr/local/bin:${PATH}"
export PATH

+ 5
- 0
osx/.profile.d/10-path-osx.sh Wyświetl plik

@@ -0,0 +1,5 @@
# osx/.profile.d/10-path-osx.sh
osx_release=$(sw_vers -productVersion | sed -e 's/\.[0-9]\{1\}//2')
brew_home=/usr/local/brew/${osx_release}
PATH="${brew_home}/bin:/usr/local/bin:${PATH}"
export PATH

Ładowanie…
Anuluj
Zapisz