Browse Source

change ls to ls -la

refactor/nvim-lua
garritfra 6 years ago
parent
commit
634152c835
  1. 2
      rcs/.bashrc

2
rcs/.bashrc

@ -3,7 +3,7 @@ export LSCOLORS=GxFxCxDxBxegedabagaced
function cd {
builtin cd "$@" && ls
builtin cd "$@" && ls -la
}
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)

Loading…
Cancel
Save