Update windows bashrc
This commit is contained in:
parent
51e536af6d
commit
b01ac2b235
|
@ -5,7 +5,16 @@ test -f ~/.aliases && . ~/.aliases
|
|||
# Unbreak broken, non-colored terminal
|
||||
export TERM=xterm-256color
|
||||
|
||||
# Don't use ^D to exit
|
||||
set -o ignoreeof
|
||||
|
||||
# Needed for mingw32
|
||||
export PATH=$HOME/bin/:$HOME/.dotfiles/bin:$PATH
|
||||
|
||||
# TMP and TEMP are defined in the Windows environment. Leaving them set to the default
|
||||
# Windows temporary directory can have unexpected consequences.
|
||||
export TMP=/tmp
|
||||
export TEMP=/tmp
|
||||
export TMPDIR=/tmp
|
||||
|
||||
cd ~
|
||||
|
|
|
@ -9,6 +9,11 @@
|
|||
* ignore all zsh files
|
||||
* don't symlink .vim folder because Plugged will fail to install the plugins. Just make a copy.
|
||||
|
||||
## Setting up Cygwin
|
||||
|
||||
* can create symlinks to dotfiles using the git bash shell. The cygwin home directory
|
||||
is likely going to be `C:\cygwin\home\<username>`.
|
||||
|
||||
## Setting up Clojure
|
||||
|
||||
* Install Lein: https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein.bat
|
||||
|
|
Loading…
Reference in New Issue
Block a user