global/shell: make math alias more portable

This commit is contained in:
Infinidoge 2023-10-04 10:23:46 -04:00
parent fa9109f525
commit feec801833

View file

@ -84,7 +84,7 @@ in
edit = "$EDITOR"; edit = "$EDITOR";
path = "tr ':' '\n' <<< \"$PATH\""; lpath = "echo \"$PATH\" | tr \":\" \"\n\"";
timestamp = "date +%s -d"; timestamp = "date +%s -d";
neofetch = "neowofetch"; neofetch = "neowofetch";