Compare commits
	
		
			No commits in common. "e9b6325f0c02d81aa268b0a32888171e2a98448e" and "21e4c0f03e4e5c86675acbdccf8fd209925683e8" have entirely different histories.
		
	
	
		
			e9b6325f0c
			...
			21e4c0f03e
		
	
		
					 1 changed files with 13 additions and 18 deletions
				
			
		| 
						 | 
				
			
			@ -1,3 +1,12 @@
 | 
			
		|||
if status is-interactive
 | 
			
		||||
and not set -q TMUX
 | 
			
		||||
  tmux new-session -A -s 0
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
set -g fish_greeting
 | 
			
		||||
fish_vi_key_bindings
 | 
			
		||||
bind -M insert \t "__fzf_complete"
 | 
			
		||||
 | 
			
		||||
# XDG directories
 | 
			
		||||
set -x XDG_CONFIG_HOME "$HOME/.config"
 | 
			
		||||
set -x XDG_CACHE_HOME "$HOME/.cache"
 | 
			
		||||
| 
						 | 
				
			
			@ -36,22 +45,8 @@ if test (uname) = "Darwin"
 | 
			
		|||
    eval (/opt/homebrew/bin/brew shellenv)
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
# Set up fzf
 | 
			
		||||
set -U FZF_DEFAULT_OPTS "--bind 'bs:backward-delete-char/eof'"
 | 
			
		||||
fzf --fish | source
 | 
			
		||||
 | 
			
		||||
if status is-interactive
 | 
			
		||||
    if not set -q TMUX
 | 
			
		||||
      tmux new-session -A -s 0
 | 
			
		||||
    end
 | 
			
		||||
 | 
			
		||||
    set -g fish_greeting
 | 
			
		||||
 | 
			
		||||
    fish_vi_key_bindings
 | 
			
		||||
 | 
			
		||||
    bind -M insert \t "__fzf_complete"
 | 
			
		||||
 | 
			
		||||
    set -U FZF_DEFAULT_OPTS "--bind 'bs:backward-delete-char/eof'"
 | 
			
		||||
    fzf --fish | source
 | 
			
		||||
 | 
			
		||||
    atuin init fish --disable-up-arrow | source
 | 
			
		||||
 | 
			
		||||
    starship init fish | source
 | 
			
		||||
end
 | 
			
		||||
starship init fish | source
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue