customize terminal

  1. echo6

    Virtual terminal mode vesa not loading

    Using 9.0 release, I have a entry to load the vesa module in /boot/loader.cfg. I have an entry in /etc/rc.conf allscreens_flags="MODE_357" For some reason the vesa module is not being loaded during boot, and then allscreens option to change the virtual terminal modes fails. I had this working...
  2. M

    HOWTO: Color files by extension in tcsh

    A simple little hack (for tcsh) that allows ease of use when adding/removing/changing file colors based on file extension. Enjoy. # ~/.colors v0.99 for FreeBSD tcsh - [c]2012 Michael S. Sanders # SYNOPSIS: an enhancement of the tcsh builtin 'LS_COLORS' providing a # method of...
  3. D

    console resolution 1680x1050?

    I'm truly enjoying FreeBSD 8.2. I work in the console, but I can't get vidcontrol to accept a 1680x1050 resolution. How to get the console to run in 1680x1050? I would really appreciate anyone to share how to do it. Thanks.
  4. N

    Hopefully a very simple question re Bourne shell

    I'm administering a FreeBSD server and added an account I will use for testing scripts. I chose the Bourne shell as the default shell to use, and I login using ssh from a macOSX terminal window. When I login, there usually are some default shell script files that get executed by the system...
  5. rbelk

    Share your .tcshrc file

    I decieded to start this thread after reading the thread 'Which shell do you use?'. I'll start, mine is below. # .cshrc - csh resource script, read at beginning of execution by each shell # # # -- Set up command aliases alias searchports 'find /usr/ports -type f -name pkg-descr | xargs...
  6. I

    [sh] PS1 setting problem

    Hi list, Is there a way to set the command prompt $PS1 with shell scrypt? I can't use .profile because we are few users on one account and each user prefers different PS1. I tried with file.sh: PS1=`uname -n`:'$PWD'# ; export PS1 but after the execution of file.sh, PS1 remains the same...
  7. B

    Change login prompt

    Hi. I wan to change my login prompt and found something like below: Someone can explain me how change this prompt ?. I see nothing "r". Greetz.
  8. A

    tab-autocompletion and .shrc

    How do i edit shrc (for the user ) to activate tab-autocompletion. I searched the web, no luck.
  9. D

    Ls_colors

    Hi, I have a .profile document BASH previously when I use FreeBSD 6.4 "ls" any extension of the file when I was making color the way I want. I'm using FreeBSD 8.0 as my computer now, "ls" does not work when I already set the colors how I can fix # /etc/profile: This file contains system-wide...
  10. S

    set prompt

    Hi All: I'm a novice of FreeBSD. I'd like to set my prompt like this: [user]@[hostname]:[current path]> What should I do? Also, is there any documents about the .cshrc? Thanks
  11. S

    prompt in tcsh

    Hi All: I am not familiar with the shell script. But I would like to have the command prompt in the following "look": [username]@[hostname][current path]> What should I do in the .login file (or other file)?? Thanks.
Back
Top