]> git.phdru.name Git - dotfiles.git/blobdiff - .shellrc
.shellrc: always pass options -FRX to less
[dotfiles.git] / .shellrc
index e6ae4205771cbd7de715a179cee54d4c6cb984a7..a55d1bea6b9027d29e3bc11f0a24f2fd546b1f5a 100644 (file)
--- a/.shellrc
+++ b/.shellrc
@@ -137,11 +137,6 @@ include()
 }
 
 
-function git {
-   LESS=FRSX"$LESS" command git "$@"
-}
-
-
 mc() {
    if [ -n "$SLOWTERM" ]; then
       MC_SLOW="--slow"
@@ -209,7 +204,7 @@ mc() {
 }
 
 
-function mkcd {
+mkcd() {
    if [ $# -ne 1 ]; then
       echo "Usage: mkcd directory_name" >&2
    elif [ -d "$1" ]; then