From 3be5866114af4f70e3be0f83ebebf44848ddb7f2 Mon Sep 17 00:00:00 2001 From: Arnaud Bailly Date: Wed, 30 Dec 2020 10:14:33 +0100 Subject: lsp config + map Super key in iTerm --- .bashrc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 86858b0..97a153b 100644 --- a/.bashrc +++ b/.bashrc @@ -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 -- cgit v1.2.3