shelling
This commit is contained in:
parent
bb65c0a7b3
commit
f2b103add9
3 changed files with 11 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
add_newline = false
|
||||
add_newline = true
|
||||
|
||||
prompt_order = [
|
||||
"username",
|
||||
|
@ -49,9 +49,10 @@ prompt_order = [
|
|||
symbol = "%%"
|
||||
|
||||
[line_break]
|
||||
disabled = true
|
||||
disabled = false
|
||||
|
||||
[directory]
|
||||
fish_style_pwd_dir_length = 2
|
||||
truncation_length = 1
|
||||
truncate_to_repo = false
|
||||
style = "bold"
|
||||
|
|
|
@ -59,6 +59,6 @@ set -g status-format "#I:#T"
|
|||
set -g status-right ""
|
||||
set -g set-titles on
|
||||
set -g set-titles-string "#H:#T"
|
||||
set -g status-style "fg=#EFEBE9,bg=#546E7A"
|
||||
set -g status-style "fg=#EFEBE9,bg=#404040"
|
||||
|
||||
# vim:set ft=tmux:
|
||||
|
|
7
.zshrc
7
.zshrc
|
@ -81,6 +81,13 @@ e ()
|
|||
nvr --remote $(readlink -f "$@")
|
||||
}
|
||||
|
||||
## fzf
|
||||
export FZF_TMUX=1
|
||||
export FZF_COMPLETION_TRIGGER=";"
|
||||
export FZF_DEFAULT_COMMAND='fd --type f --hidden --follow --exclude .git'
|
||||
. /usr/share/fzf/completion.zsh
|
||||
. /usr/share/fzf/key-bindings.zsh
|
||||
|
||||
## direnv
|
||||
eval "$(direnv hook zsh)"
|
||||
|
||||
|
|
Loading…
Reference in a new issue