Browse Source

🔥🔥🔥

refactor/nvim-lua
garritfra 6 years ago
parent
commit
d7d0e04fcd
  1. 2
      .bashrc

2
.bashrc

@ -2,6 +2,8 @@ force_color_prompt=yes
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
PS1="\W 🔥🦄 "
function cd {
builtin cd "$@" && ls
}

Loading…
Cancel
Save