Adding fish config
This commit is contained in:
parent
807eb8283d
commit
e5b924714b
3 changed files with 19 additions and 2 deletions
17
fish/config.fish
Normal file
17
fish/config.fish
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
alias vi vim
|
||||
set -x EDITOR vim
|
||||
|
||||
# VCS stuff
|
||||
set -x P4USER dswan
|
||||
set -x P4PORT "humu.insors.net:1666"
|
||||
set -x P4CONFIG p4.cfg
|
||||
set -x P4EDITOR vim
|
||||
set -x SVN_EDITOR vim
|
||||
|
||||
# sync visidev to latest Perforce
|
||||
alias visidev "ssh root@visidev.iocom.com 'cd /; p4 sync'"
|
||||
|
||||
set -x PATH /usr/local/bin $PATH # Homebrew
|
||||
set -x PATH $HOME/.rvm/bin $PATH # RVM
|
||||
set -x PATH /Applications/Postgres.app/Contents/MacOS/bin $PATH # Postgres
|
||||
set -x PATH $HOME/Library/Haskell/bin $PATH # Haskell
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 1120f973054836eeb53750f57d69fbec41a340dc
|
||||
Subproject commit caa15548c107b9c31f61a67547ffab0b0cfe4934
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 03ed2bd39e37c5ff035c05197af81558eb5d8a89
|
||||
Subproject commit dd8356aea7499fed92f7c37227b1625a2b3dc190
|
||||
Loading…
Add table
Add a link
Reference in a new issue