tmux fzf and 1password

This commit is contained in:
Noah Masur
2020-07-30 21:12:17 -04:00
parent 191a29079c
commit 3949f763f4
13 changed files with 105 additions and 20 deletions

View File

@ -1,6 +1,6 @@
# Don't print a new line at the start of the prompt
add_newline = false
prompt_order = ["directory", "git_branch", "python", "git_status", "character"]
prompt_order = ["directory", "custom.virtualenv", "character"]
# Replace the "" symbol in the prompt with "➜"
[character] # The name of the module we are configuring is "character"
@ -21,3 +21,9 @@ suffix = ""
[python]
symbol = ""
[custom.virtualenv]
command = "echo (basename $VIRTUAL_ENV)" # shows output of command
prefix = "("
suffix = ") "
when = "true"