All Projects → wrfly → bash_aliases

wrfly / bash_aliases

Licence: GPL-2.0 license
A project to collect useful bash aliases.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to bash aliases

hotscript
HotScript - Revolutionizing how Windows works.
Stars: ✭ 29 (+16%)
Mutual labels:  alias
confirm-before
✅ Are you sure? No? Confirm Before - Sanity check for your shell commands
Stars: ✭ 16 (-36%)
Mutual labels:  alias
aka
Simple, single-file-executable command-line tool which lets you define per directory config files as aliases for shell commands.
Stars: ✭ 28 (+12%)
Mutual labels:  alias
hubot-alias
Action alias for hubot
Stars: ✭ 21 (-16%)
Mutual labels:  alias
style-vendorizer
Tiny CSS vendor prefixer and property alias mapper for runtime styling solutions
Stars: ✭ 56 (+124%)
Mutual labels:  alias
devtoolbox
A PowerShell module that enables software developers to speed up their CLI workflow.
Stars: ✭ 28 (+12%)
Mutual labels:  alias
Project alias
Alias is a teachable “parasite” that is designed to give users more control over their smart assistants, both when it comes to customisation and privacy. Through a simple app the user can train Alias to react on a custom wake-word/sound, and once trained, Alias can take control over your home assistant by activating it for you.
Stars: ✭ 1,577 (+6208%)
Mutual labels:  alias
tipz
Gives you helpful hints when you execute a command for which you have an alias defined
Stars: ✭ 24 (-4%)
Mutual labels:  alias
nama
Namespaced Aliases: organize and easily find aliases using autocomplete & namespacing
Stars: ✭ 26 (+4%)
Mutual labels:  alias
SSTMCSPGAAS
Stupidly Simple Tiny Minimal Coming Soon Page Generator As A Service
Stars: ✭ 23 (-8%)
Mutual labels:  alias
dotfiles
Dotfiles for my NixOS system based on Dracula theme
Stars: ✭ 39 (+56%)
Mutual labels:  alias

Bash_aliases

A project to collect useful bash aliases and functions.

You can pull requests if you hava any useful aliases or functions to make things easy.

How to use

Download the bash_aliases and bash_docker_aliases to your home directory and mv ~/bash_docker_aliases ~/.bash_docker_aliases && mv ~/bash_aliases ~/.bash_aliases

Then:

cat << EOF >> ~/.bashrc
if [ -f ~/.bash_aliases ]; then
    . ~/.bash_aliases
fi

if [ -f ~/.bash_docker_aliases ]; then
    . ~/.bash_docker_aliases
fi
EOF
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].