Mac Terminal Aliases Using Bash Script #Terminal #alias

preview_player
Показать описание

Mac Terminal Aliases Using Bash Scripting

Being a software developer we all use Terminal and we write lots of long terminal commands what if we have way to shorten those long command and only use aliases. We can create multiple aliases using bash script.

Some Useful #Django #Terminal #Aliases
alias env="conda activate clockin"

Subscribe and Like If you like the video. 😀😀

Рекомендации по теме
Комментарии
Автор

great fixed using source ./aliases.bash

techabl
Автор

After googling for over an hour, you finally solved my problem! THANK YOU!

In short :
(1) Make a file in any text editor (I used sublime text).
(2) When you save it, be sure to save it as a ".bash" file in your Home folder (the one that you are in when you open Terminal
(3) Run your alias.bash file by typing ". aliases.bash" or

harrisongold
Автор

getting this issue: .: no such file or directory: aliases.bash

techabl