.config directory
This commit is contained in:
parent
66dffa8efe
commit
d9d326eaa1
38 changed files with 5655 additions and 304 deletions
8
.config/fish/config.fish
Normal file
8
.config/fish/config.fish
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
set EDITOR vim
|
||||
set PAGER bat
|
||||
set BROWSER firefox
|
||||
|
||||
if status --is-interactive
|
||||
set BASE16_SHELL "$HOME/.config/base16-shell/"
|
||||
source "$BASE16_SHELL/profile_helper.fish"
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue