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:
parent
8cdbefa3de
commit
1ee73be7f9
|
@ -44,13 +44,6 @@ function calc
|
||||||
awk "BEGIN { print $* }"
|
awk "BEGIN { print $* }"
|
||||||
}
|
}
|
||||||
|
|
||||||
## Print full path of item in current directory
|
|
||||||
function ppath
|
|
||||||
{
|
|
||||||
echo "$PWD/$1"
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
function warning {
|
function warning {
|
||||||
echo -e "${Yellow}Warning:$CLEAR $@" >&2
|
echo -e "${Yellow}Warning:$CLEAR $@" >&2
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user