Added linux init script

This commit is contained in:
2024-07-24 12:09:09 -07:00
parent 82889a7f15
commit 05fe53a43d
3 changed files with 60 additions and 0 deletions

15
config-files/config.fish Normal file
View File

@@ -0,0 +1,15 @@
if status is-interactive
# Commands to run in interactive sessions can go here
end
set -U fish_greeting ""
source ~/.asdf/asdf.fish
# pyenv init
if command -v pyenv 1>/dev/null 2>&1
pyenv init - | source
end
starship init fish | source
neofetch

View File

@@ -0,0 +1,7 @@
add_newline=true
[directory]
home_symbol='🐟  ~'
[line_break]
disabled=true
[cmd_duration]
format='[$duration]($style)'