Skip to content

Commit

Permalink
Updated README and bashrc_sample comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Bouch committed Dec 5, 2017
1 parent 4aad0d2 commit 4d13893
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.markdown
Expand Up @@ -45,6 +45,8 @@ Mac OS X and Ubuntu under bash.
See the basrc_sample script - which can be copied to your own .bashrc file.
[https://github.com/58bits/dotfiles/blob/master/bashrc_sample](https://github.com/58bits/dotfiles/blob/master/bashrc_sample)

There is also some initial Windows Subsystem for Linux support in the bashrc_sample file.

## Features

See Ryan's original feature notes at [http://github.com/ryanb/dotfiles](http://github.com/ryanb/dotfiles)
Expand Down
4 changes: 3 additions & 1 deletion bashrc_sample
Expand Up @@ -149,7 +149,9 @@ GIT_PROMPT_THEME=Custom # use custom .git-prompt-colors.sh
source ~/.bash-git-prompt/gitprompt.sh


#https://github.com/goreliu/wsl-terminal
# Windows Subsystem for Linux additions
#
# https://github.com/goreliu/wsl-terminal
[[ -z "$TMUX" && -n "$USE_TMUX" ]] && {
[[ -n "$ATTACH_ONLY" ]] && {
tmux a 2>/dev/null || {
Expand Down

0 comments on commit 4d13893

Please sign in to comment.