column=
fi
-generate perl shell/aliases \
+generate shell/aliases .in perl \
-e 'while (<STDIN>) {
s/\bLS_ENV\b/$ARGV[0]/;
s/\bLS_PATH\b/$ARGV[1]/;
sed_i '/^alias grep=/ s/^/#/' shell/aliases
fi
-generate cat screenrc .in
+generate screenrc .in cat
# As screen-256color is not widely supported use it only on machines where the
# matching terminfo entry is available. This also requires a terminal emulator
# which supports 256 colors. Also used for tmux.
fi
if installed tmux; then
- generate perl tmux.conf ./bin/remove-continuation.pl
+ generate tmux.conf .in perl ./bin/remove-continuation.pl
# Add mappings to switch to windows 10-29 quickly. See tmux-window.pl for
# details.
fi
# Htop overwrites the comments in its configuration file.
-generate cat htoprc .in
+generate htoprc .in cat
# LINK SETUP