Kaynağa Gözat

Adding profile-osx

Sam Jaffe 8 yıl önce
ebeveyn
işleme
81cbddd599
1 değiştirilmiş dosya ile 9 ekleme ve 0 silme
  1. 9 0
      profile-osx

+ 9 - 0
profile-osx

@@ -0,0 +1,9 @@
+alias list="ls -lFhG"
+
+readlink() {
+  if [[ "$1" == "-f" ]]; then
+    perl -MCwd -e 'print Cwd::abs_path shift' "$2"
+  else
+    "$(which readlink)" "$@"
+  fi
+}