diff --git a/programs/bash.nix b/programs/bash.nix index 37addd9..9fb8d7f 100644 --- a/programs/bash.nix +++ b/programs/bash.nix @@ -166,6 +166,14 @@ } + + # git commit func + function gc(){ + tmp=$(echo -en $@) + git commit -m "$tmp" + } + + # while true -> do cat..... function follow (){ while true;