Skip to content

Commit

Permalink
make path only show current directory
Browse files Browse the repository at this point in the history
  • Loading branch information
skippyr committed Jan 14, 2024
1 parent 8ca2dbc commit 6294eae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
include config.mk
CC:=cc
CFLAGS:=-std=c99 -pedantic -Os -Wall
BINPATH:=/usr/local/bin

.PHONY: all clean install uninstall

Expand Down
3 changes: 0 additions & 3 deletions config.mk

This file was deleted.

Binary file modified preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion riverdreams.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ int main(void) {
clkmod(t);
printf("%%F{3})»:");
SYMLN("%%F{1}-", "%%F{3}=", w.ws_col - modlen_g);
printf("%%F{3}%%(#.{%%F{1}#%%F{3}}.){%%(?.≗.%%F{1}⨲)%%F{3}}⤐ %%F{1}%%~ "
printf("%%F{3}%%(#.{%%F{1}#%%F{3}}.){%%(?.≗.%%F{1}⨲)%%F{3}}⤐ %%F{1}%%1~ "
"%%F{6}✗%%f \n");
return 0;
}

0 comments on commit 6294eae

Please sign in to comment.