Skip to content
forked from rkirti/bashrc

Simple but cute and helpful bash settings

Notifications You must be signed in to change notification settings

mesabuca/bashrc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myTerminal

Graphical Bash Terminal Useful Shortcuts

Installing

Dependecies

sudo add-apt-repository ppa:dawidd0811/neofetch
sudo apt-get update
sudo apt-get install neofetch

myTerminal

git clone https://github.com/mesabuca/bashrc.git
mv .bashrc .bashrc.old
mv .shells .shells.old
mv bashrc/.bashrc ~/
mv bashrc/.shells ~/

Screen Captures

Start up

System Informations

Prompt

Shortcuts

ga	=	'git add'
gb	=	'git br' 
gd	=	'git diff' 
gdc	=	'git diff --cached' 
gl	=	'git log'
gp	=	'git pull' 
gs	=	'git status' 
gst	=	'git stash' 
gplo	=	'git pull origin master'
gbv	=	'git branch -vv'
gdmno	=	'git diff master  --name-only'
gpo     =       'git push origin master'
gd      =       'git diff'
gr      =       'git reflog'
glf     =       'git ls-files'
ll	=	'ls -lh'
lal	=	'ls -alh'
la	=	'ls -A'
pms	=	'sudo pm-suspend'
psg	=	'ps -A | grep'
l	=	'ls -CF'

About

Simple but cute and helpful bash settings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%