mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Fix gitroot alias.
This commit is contained in:
@@ -40,4 +40,4 @@ alias drop_caches="echo 3 | sudo /usr/bin/tee /proc/sys/vm/drop_caches"
|
|||||||
alias gettemp='printf "%02.2f\n" "$(cat /sys/class/thermal/thermal_zone0/temp)e-3"'
|
alias gettemp='printf "%02.2f\n" "$(cat /sys/class/thermal/thermal_zone0/temp)e-3"'
|
||||||
|
|
||||||
# get git working directory
|
# get git working directory
|
||||||
alias gitroot="git rev-parse --git-toplevel"
|
alias gitroot="git rev-parse --show-toplevel"
|
||||||
|
|||||||
Reference in New Issue
Block a user