Added linux init script
This commit is contained in:
15
config-files/config.fish
Normal file
15
config-files/config.fish
Normal 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
|
7
config-files/starship.toml
Normal file
7
config-files/starship.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
add_newline=true
|
||||
[directory]
|
||||
home_symbol='🐟 ~'
|
||||
[line_break]
|
||||
disabled=true
|
||||
[cmd_duration]
|
||||
format='[$duration]($style)'
|
Reference in New Issue
Block a user