Skip to content
This repository was archived by the owner on Dec 14, 2024. It is now read-only.
/ bash-aliases Public archive

my custom bash aliases and functions

Notifications You must be signed in to change notification settings

swolley/bash-aliases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

bash-aliases

my custom bash aliases and functions

  1. add into ~/.bashrc

. /path/to/bash_aliases

  1. user command cd. (some examples)

cd /home/User

cd. home -> navigates back to /home folder

cd. -2 -> navigates back to /home folder

cd. subfolder -> navigates to /home/User/Documents/subfolder

cd. 2 -> navigates to /home/User/Documents/subfolder folder

About

my custom bash aliases and functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages