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