bashrc

  1. tinfoil-hat

    Solved Replicate Kali Linux (Bash) PS1 to other distro

    Hi there, I'd like to have Kali Linux PS1 on my LMDE, but I don't know which part of bashrc I should copy over to my bashrc to make it look like this For reference, here is Kalis .bashrc # ~/.bashrc: executed by bash(1) for non-login shells. # see /usr/share/doc/bash/examples/startup-files...
  2. F

    Edit .bashrc file so *every* command output is piped in to a specific command

    No matter what command I use, I want to pipe it in to another command. Specifically I want to pipe it to lolcat (which will just color everything in to a shade of rainbow). Is it possible to do this just by editing the .bashrc file? And, if anyone is wondering, I don't plan on actually using...
  3. C

    So say you out init 0 in your bashrc

    I'm currently in a class, and we are working on linux troubleshooting. On CentOS 6, the only local user is root, all other users are network users. Our most recent bug, is init 0 in root's bashrc. I know that this can be fixed via ssh, however, the instructor said that there are three ways to...
  4. D

    bashrc file's end scripts are inline commented

    Today I was working on getting ClamavNet working, i saw some errors, googled them, on a forum someone said i have to set the libraries to PATH. So i saw some online tutorials, and started editing bashrc through vim. I've a certain amount of basic programming/scripting syntax idea. So i noticed...
Top