Fix the "resolvecd" command
This commit is contained in:
@@ -64,5 +64,3 @@ alias cl="clear"
|
||||
alias nocolor="sed -r \"s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[mGK]//g\""
|
||||
|
||||
alias ip="ip -color"
|
||||
|
||||
alias resolvecd="cd $(readlink -f $PWD)"
|
||||
|
||||
@@ -143,3 +143,7 @@ man() {
|
||||
embiggen() {
|
||||
enscript --no-header --media=A4 --landscape --font="DejaVuSansMono30" -o - | ps2pdf - | zathura -
|
||||
}
|
||||
|
||||
resolvecd() {
|
||||
cd "$(readlink -f $(pwd))"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user