diff options
| author | Arnaud Bailly <arnaud.oqube@gmail.com> | 2020-12-30 10:14:33 +0100 |
|---|---|---|
| committer | Arnaud Bailly <arnaud.oqube@gmail.com> | 2020-12-30 10:14:33 +0100 |
| commit | 3be5866114af4f70e3be0f83ebebf44848ddb7f2 (patch) | |
| tree | 4f821c4904e486803383371f373d601f2dfe6a27 /.bashrc | |
| parent | 39b7470b3f996b7ef710290f0153dc75ac61b6d8 (diff) | |
| download | dotfiles-3be5866114af4f70e3be0f83ebebf44848ddb7f2.tar.gz | |
lsp config + map Super key in iTerm
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,11 +1,11 @@ -source ~/dotfiles/bash-completion.sh -source ~/dotfiles/git-prompt.sh +# source ~/dotfiles/bash-completion.sh +# source ~/dotfiles/git-prompt.sh -export GIT_PS1_SHOWDIRTYSTATE=1 -export GIT_PS1_SHOWCOLORHINTS=1 -export GIT_PS1_SHOWUNTRACKEDFILES=1 +# export GIT_PS1_SHOWDIRTYSTATE=1 +# export GIT_PS1_SHOWCOLORHINTS=1 +# export GIT_PS1_SHOWUNTRACKEDFILES=1 -export PROMPT_COMMAND=' __git_ps1 "\n[\e[33m\A \e[36m\w\e[m" "\e[33m]\n$ "' +# export PROMPT_COMMAND=' __git_ps1 "\n[\e[33m\A \e[36m\w\e[m" "\e[33m]\n$ "' [ -f ~/.fzf.bash ] && source ~/.fzf.bash |
