mirror of https://tildegit.org/ben/dotfiles
remove some fish stuff that i don't use
parent
bd17189643
commit
ae026cc8f0
|
@ -1,5 +0,0 @@
|
|||
set -g default-terminal "tmux-256color"
|
||||
|
||||
set-option -g base-index 1
|
||||
|
||||
|
|
@ -1 +0,0 @@
|
|||
/home/ben/.config/fisherman/gitignore/completions/gitignore.fish
|
|
@ -1 +0,0 @@
|
|||
/home/ben/.config/fisherman/nvm/completions/nvm.fish
|
|
@ -1 +0,0 @@
|
|||
/home/ben/.config/fisherman/spin/completions/spin.fish
|
|
@ -1 +0,0 @@
|
|||
/home/ben/.config/fisherman/done/conf.d/done.fish
|
|
@ -1,6 +1,11 @@
|
|||
status --is-login; and status --is-interactive; and exec byobu-launcher
|
||||
|
||||
set -xg EDITOR nvim
|
||||
if type -q nvim > /dev/null
|
||||
set -xg EDITOR nvim
|
||||
else
|
||||
set -xg EDITOR vim
|
||||
end
|
||||
|
||||
set -xg TZ 'America/Detroit'
|
||||
|
||||
set -g theme_nerd_fonts yes
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
edc/bass
|
||||
fisherman/done
|
||||
fisherman/getopts
|
||||
fisherman/gitignore
|
||||
fisherman/humanize_duration
|
||||
fisherman/nvm
|
||||
fisherman/spin
|
|
@ -1 +0,0 @@
|
|||
/home/ben/.config/fisherman/bass/functions/__bass.py
|
|
@ -1 +0,0 @@
|
|||
/home/ben/.config/fisherman/nvm/__can_run_command.fish
|
|
@ -1 +0,0 @@
|
|||
/home/ben/.config/fisherman/nvm/functions/__nvm_run.fish
|
|
@ -1 +0,0 @@
|
|||
/home/ben/.config/fisherman/bass/functions/bass.fish
|
File diff suppressed because it is too large
Load Diff
|
@ -1 +0,0 @@
|
|||
/home/ben/.config/fisherman/getopts/getopts.fish
|
|
@ -1 +0,0 @@
|
|||
/home/ben/.config/fisherman/gitignore/gitignore.fish
|
|
@ -1 +0,0 @@
|
|||
/home/ben/.config/fisherman/humanize_duration/humanize_duration.fish
|
|
@ -1 +0,0 @@
|
|||
/home/ben/.config/fisherman/nvm/functions/node.fish
|
|
@ -1 +0,0 @@
|
|||
/home/ben/.config/fisherman/nvm/functions/npm.fish
|
|
@ -1 +0,0 @@
|
|||
/home/ben/.config/fisherman/nvm/functions/npx.fish
|
|
@ -1 +0,0 @@
|
|||
/home/ben/.config/fisherman/nvm/functions/nvm.fish
|
|
@ -1 +0,0 @@
|
|||
/home/ben/.config/fisherman/nvm/functions/nvm_alias_command.fish
|
|
@ -1 +0,0 @@
|
|||
/home/ben/.config/fisherman/nvm/functions/nvm_alias_function.fish
|
|
@ -1 +0,0 @@
|
|||
/home/ben/.config/fisherman/spin/spin.fish
|
|
@ -1,8 +0,0 @@
|
|||
function vim
|
||||
if type -q nvim >/dev/null
|
||||
nvim $argv
|
||||
else
|
||||
command vim $argv
|
||||
end
|
||||
end
|
||||
|
|
@ -1 +0,0 @@
|
|||
/home/ben/.config/fisherman/nvm/functions/yarn.fish
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 691980b66b93d635d0d87629cbe7484ab1ac566b
|
Loading…
Reference in New Issue