Skip to content

Putr/bashconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My BASH Config

I needed to organise my bash config a bit. This is the result.

How to use

Clone the repository into your hope directory

git clone <url> .bashconfig

Include it into your .bashrc

source ~/.bashconfig/config.bash

What's included

Bunch of aliases

Especially usefull ones:

Alias Usecase Description
s cd .. Moves you one folder up
jsonFormat curl example.com/api/ jsonFormat
ll ll Basic show folder contets
la la Show basic + all hidden files/folders
alert longcommand -f; alert Notifys you when command finishes
myscripts myscripts shows you content of /usr/bin/bash

All found here: aliases.bash.

Folder marking and jumping

I don't know where I got this code from, but it's not mine. You can find it in completemarks.bash.

Command Explanation
mark marks the current folder with chosen name
jump jumps to marked folder (has autocomplete! try double-tabing to get full list)
marks shows you a list of marks

About

My bash config

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages