Удалены format=raw и append=replace в шаблонах

master
parent 88331e0555
commit 819424c94f

@ -1,3 +1,4 @@
{% calculate comment="#" %}
# LOCALHOST
#backup / localhost/rootfs/
#backup /var/calculate localhost/calculate/

@ -1,3 +1,3 @@
{% calculate path='/etc/env.d', format='raw', append='replace' %}
{% calculate path='/etc/env.d' %}
EDITOR="/usr/bin/vim"

@ -1,4 +1,4 @@
{% calculate comment='"', path='/etc/vim', format='raw', append='replace' %}
{% calculate comment='"', path='/etc/vim' %}
set t_Co=256
{% if pkg('app-vim/colorschemes') %}
colorscheme desert256

@ -1,3 +1,3 @@
{% calculate comment='#', format='raw', append='replace' %}
{% calculate comment='#' %}
lxc.lxcpath = /var/calculate/lxc

@ -1,4 +1,4 @@
{% calculate format='raw', append='replace', comment='#' %}
{% calculate comment='#' %}
set -g default-terminal "screen-256color"
set -g history-limit 10000
#set-window-option -g utf8 on

@ -1,4 +1,4 @@
{% calculate comment='#', append='replace', format='raw', path='/etc/eixrc', pkg() >= '0.29' %}
{% calculate comment='#', path='/etc/eixrc', pkg() >= '0.29' %}
COLORSCHEME1="true"
NOSTATUSLINE=true
EIX_LIMIT=0

@ -1,4 +1,4 @@
{% calculate comment='#', format='raw', append='replace' %}
{% calculate comment='#' %}
# checkout and repair repositories before sync
!have_changed=:
!emergecmd='/usr/sbin/cl-core --method update --sync-only --skip-eix-update'

@ -1,4 +1,4 @@
{% calculate comment='#', format='raw', append='replace' %}
{% calculate comment='#' %}
#!/bin/bash
alias glxgears='vblank_mode=0 glxgears'

@ -1,4 +1,4 @@
{% calculate comment='#', format='raw', append='replace' %}
{% calculate comment='#' %}
#!/bin/bash
# the script used for the automatic changing of screen tab names

@ -1,4 +1,4 @@
{% calculate comment='#', format='raw', append='replace' %}
{% calculate comment='#' %}
#!/bin/bash
case ${COLORTERM} in

@ -1,4 +1,4 @@
{% calculate comment='#', format='raw', append='replace' %}
{% calculate comment='#' %}
#!/bin/bash
# use color output for pastebin.calculate-linux.org by wgetpaste

@ -1,4 +1,4 @@
{% calculate comment='#', format='raw', append='replace' %}
{% calculate comment='#' %}
#!/bin/bash
export XZ_OPT="--threads=0 -8"

@ -1,4 +1,4 @@
{% calculate format='raw', append='replace' %}
{% calculate comment='' %}
<svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="linearGradient5060-2">

Loading…
Cancel
Save