1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-23 12:01:30 +01:00

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

This commit is contained in:
bretello 2024-04-05 15:08:57 +02:00
parent 8cdbefa3de
commit 1ee73be7f9
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

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
}