George Jones před 6 měsíci
rodič
revize
5860aaced9
2 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. 1 1
      rc.local/bash_funcs.sh
  2. 0 1
      rc.local/kde-commands.sh

+ 1 - 1
rc.local/bash_funcs.sh

@@ -1,5 +1,5 @@
 #
-# These are bash functions that are getting to large to fint in .bashrc
+# These are bash functions that are getting to large to fit in .bashrc
 #
 source $HOME/lib/bash/bashutils.sh  # error,warning,...
 

+ 0 - 1
rc.local/kde-commands.sh

@@ -1,2 +1 @@
-# Start Open Office Calc on KDE with reasonable fonts
 alias calc='SAL_USE_VCLPLUGIN=gen SAL_FORCEDPI=96 libreoffice &'