]> git.phdru.name Git - dotfiles.git/commitdiff
.shellrc: minor refactoring
authorOleg Broytman <phd@phdru.name>
Tue, 6 Oct 2015 18:54:18 +0000 (21:54 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 6 Oct 2015 18:54:18 +0000 (21:54 +0300)
Change functions to be more sh-like (less bashy).

.shellrc

index e6ae4205771cbd7de715a179cee54d4c6cb984a7..d2e56a6702f1a356de72a521bb17f2b94fa45323 100644 (file)
--- a/.shellrc
+++ b/.shellrc
@@ -122,6 +122,10 @@ x() { exit; }
 X() { startx >> .Xserver.log 2>&1; cyr; }
 
 
+git() {
+   LESS=FRSX"$LESS" command git "$@"
+}
+
 include()
 {
    cfg="$1"
@@ -137,9 +141,6 @@ include()
 }
 
 
-function git {
-   LESS=FRSX"$LESS" command git "$@"
-}
 
 
 mc() {
@@ -209,7 +210,7 @@ mc() {
 }
 
 
-function mkcd {
+mkcd() {
    if [ $# -ne 1 ]; then
       echo "Usage: mkcd directory_name" >&2
    elif [ -d "$1" ]; then