Skip to content

jonaagenilsen/Linux-shell-pimping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Linux shell pimping

Introduction

Do you want your shell to look like this?

screen

Howto

Edit (add to) your ~/.bashrc file:

alias ls='ls --color'
alias l='ls -la'

Edit (add to) your ~/.bash_profile file:

PS1='\[\033[1;33m\]\u\[\033[1;37m\]@\[\033[1;32m\]\H\[\033[1;31m\] \w\[\033[1;36m\]$ \[\033[0m\]'

Check enclosed files in this repository for examples, and how your files should be.

TIP: paste those lines of code above directly in shell for it to work immediately. Else it won't work until you logout/login again.

Donations much appreciated :)

About

Small tricks to make a beautiful shell-prompt.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages