#How to visualize folder path in kitty terminal

15 messages · Page 1 of 1 (latest)

crystal lotus
#

looks like any changes need to be made here:

~/.local/share/omarchy/default/bash/init

#

my goal is to visualize folder path if that helps

#

How to visualize folder path in kitty terminal

dawn berry
#

It's recommend not to make changes to any files in ~/.local/share/omarchy/ as it will cause issues with future updates

limpid pelican
#

It is open .

#

Just run:

#

Open .

dawn berry
#

Depends on the goal

crystal lotus
dawn berry
#

Correct

#

Starship is really easy to work with and robust

crystal lotus
#

@dawn berry additionally - i've installed fish and and want to have starship initialize it automaticall when I open my terminal (kitty)

i can't seem to find the best way to do that without messing with the omarchy defaults

#

never mind - looks like dropping the below into the .bashrc file worked!

if [[ $(ps --no-header --pid=$PPID --format=comm) != "fish" && -z ${BASH_EXECUTION_STRING} && ${SHLVL} == 1 ]] then shopt -q login_shell && LOGIN_OPTION='--login' || LOGIN_OPTION='' exec fish $LOGIN_OPTION fi

crystal lotus
#

took way longer than it should've: