zsh: functions: get rid of ppath (use realpath instead)

master
bretello 2024-04-05 15:08:57 +02:00
parent 8cdbefa3de
commit 1ee73be7f9
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 0 additions and 7 deletions

View File

@ -44,13 +44,6 @@ function calc
awk "BEGIN { print $* }"
}
## Print full path of item in current directory
function ppath
{
echo "$PWD/$1"
}
function warning {
echo -e "${Yellow}Warning:$CLEAR $@" >&2
}