rename config file

This commit is contained in:
2023-05-04 21:51:10 -04:00
parent 9aa4cacc69
commit 3a9f8f39c4
+2 -3
View File
@@ -3,7 +3,6 @@
# Charles Danesi, 2022. # Charles Danesi, 2022.
# parts taken from https://gist.github.com/loudambiance/a41b42a4295bce6e7304 # parts taken from https://gist.github.com/loudambiance/a41b42a4295bce6e7304
# TODO add uptime to prompt
# TODO git merge status # TODO git merge status
# TODO git isLocalOnly to check if there are remotes or if this is only a local repo) # TODO git isLocalOnly to check if there are remotes or if this is only a local repo)
# TODO number of pushes pending # TODO number of pushes pending
@@ -134,8 +133,8 @@ gitLocalRemote=""
taskLabel="☑" taskLabel="☑"
# if user-specific config exists, override default values # if user-specific config exists, override default values
if [ -f $HOME/.cdprc ]; then if [ -f $HOME/.config/promptrc ]; then
. $HOME/.cdprc . $HOME/.config/promptrc
fi fi
function promptcmd() { function promptcmd() {