fix(shell): add space after setup
This commit is contained in:
parent
d9c346f014
commit
ee2a14660e
3 changed files with 6 additions and 5 deletions
|
|
@ -3,7 +3,7 @@ for _hm in "/etc/profiles/per-user/$(id -un)" "$HOME/.nix-profile"; do
|
||||||
done
|
done
|
||||||
unset _hm
|
unset _hm
|
||||||
|
|
||||||
shopt -s autocd histappend
|
shopt -s autocd globstar histappend
|
||||||
|
|
||||||
HISTFILE="${XDG_STATE_HOME:-$HOME/.local/state}/bash_history"
|
HISTFILE="${XDG_STATE_HOME:-$HOME/.local/state}/bash_history"
|
||||||
HISTSIZE=2000
|
HISTSIZE=2000
|
||||||
|
|
|
||||||
|
|
@ -133,6 +133,7 @@ return {
|
||||||
git = {
|
git = {
|
||||||
files = {
|
files = {
|
||||||
cmd = 'git ls-files --cached --others --exclude-standard',
|
cmd = 'git ls-files --cached --others --exclude-standard',
|
||||||
|
git_icons = false,
|
||||||
},
|
},
|
||||||
worktrees = {
|
worktrees = {
|
||||||
fzf_args = ((vim.env.FZF_DEFAULT_OPTS or '')
|
fzf_args = ((vim.env.FZF_DEFAULT_OPTS or '')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue