Fix the "resolvecd" command

This commit is contained in:
2017-09-05 20:50:35 +02:00
parent aaeb207207
commit ed250a926d
2 changed files with 4 additions and 2 deletions

View File

@@ -143,3 +143,7 @@ man() {
embiggen() {
enscript --no-header --media=A4 --landscape --font="DejaVuSansMono30" -o - | ps2pdf - | zathura -
}
resolvecd() {
cd "$(readlink -f $(pwd))"
}