How to add alias on Mac(It's common for most system)

Since these files are hidden you will have to do an ls -a to list them. If you don‘t have one you can create one.

Update:

If I remember correctly, when I had bought my mac, .bash_login file wasn‘t there. I had to create it for myself so that I could put prompt infoaliasfunctions etc in it. Here are the steps if you would like to create one -

  1. Start up Terminal
  2. Type cd ~/ to go to your home folder
  3. Type touch .bash_profile to create your new file.
  4. Edit .bash_profile with your favorite editor (or you can just type open -e .bash_profile to open it in TextEdit.
  5. Type . .bash_profile to reload .bash_profile and update any alias you add.

Another covenient way:

The config file for scripts and programs is ~/.bashrc and the config file that gets loaded when you use Terminal is ~/.bash_login.

I think the best way is to just have everything in ~/.bashrc.

For your specific question just enter (this will overwrite any existing ~/.bashrc):

echo "alias blah=\"/usr/bin/blah\"" >~/.bashrc

into the Terminal and a ~/.bashrc file will be created with your new alises. After that just edit the file to add new aliases, functions, settings etc.

How to add alias on Mac(It's common for most system)

时间: 2024-10-08 16:54:19

How to add alias on Mac(It's common for most system)的相关文章

Mac 上安装Win10 [missing operating system]解决方法

先说说环境↓↓↓ Mac mini 128G SSD + 1TB 机械硬盘 128G SSD 分为Mac + Win10分区 ↑↑↑ 问题↓↓↓ 在Mac mini上安装win10后,备份时将原本的Win10分区激活状态改为Mac分区激活了,结果重新进Win10系统时,出现 missing operating system,使用 "bcdboot D:\windows /s D:"也修复不了启动 ↑↑↑ 解决方法↓↓↓ 再次进入Win8(移动硬盘中安装了Win8,有PE也行),将Win

mac上pip install时提示/System/Library/... 无权限

使用pip install安装包时,提示无权限,即使切换到root账号,仍然提示无权限 加上--user参数解决,如: pip install --user  ipython 原文地址:https://www.cnblogs.com/jinghan/p/8573119.html

HttpModule

1.写一个类,实现IHttpModule接口 namespace CZBK.ItcastProject.Common{ public class ValidateSessionHttpModule:IHttpModule { public void Dispose() { throw new NotImplementedException(); } public void Init(HttpApplication context) { context.AcquireRequestState+=c

mac os x10.8下如何使用git与github

1.准备工作: 下载安装git客户端 http://code.google.com/p/git-osx-installer/downloads/list?can=3(安装了git客户端,命令行中才有git命令) 注册github账号 https://github.com/ -->Pricing and Signup -->Create a free account 2.创建ssh:(创建ssh目的是将mac与github服务器建立互信) 在local打开terminal: $cd -/.ssh

Mac 學習系列之Git环境配置及使用

前言 记录一下自己的学习记录. 一.安装Git 由于mac git的地址http://code.google.com/p/git-osx-installer/被墙,被迫使用源码安装,源码可以从http://kernel.org/pub/software/scm/git/下载,编译源码需要先安装xcode,参考http://developer.apple.com. 编译安装 1.解压 tar xjvf git-1.7.4.1.tar.tar.bz2 2. 编译 cd git-1.7.4.1 ./c

层次深入学习MAC IP ARP 以常用处理手段

1.MAC定义 MAC称为硬件地址,是网络中设备的唯一标识符,共计48 bit. 例如我的无线MAC:8C-A9-82-96-F7-66 在系统里的展现形式是由16进制组成的6组数字组合.例如开头位的8C 为 8__c 换成2进制位数为 4X2=8位, 8X6=48位.扩展内容:该地址是全球唯一的,没有重复的MAC地址,如果有重复的MAC地址出现在交换网络中,那是必定有环路,环路现象则会造成时通是不通或者根本不通. 2.局域网内PC通信(IP与MAC) 世界上有一种东西叫电脑,电脑上有LOL,C

mac 下 安装vagrant

下载: 安装:VirtualBox 安装: vagrant 建一个box 并初始化 cd  /Users/mac mkdir vagrant cd vagrant cp /Users/mac/Downloads/vagrant_1.8.6.dmg /Users/mac/vagrant vagrant box add php /Users/mac/Downloads/precise64.box vagrant init php vagrant up vagrant ssh sudo su mkdi

Mac加减法,Mac地址加1,Mac地址减1

之前我写过一篇Mac地址加减1换算的文章,里面有些不太全面,这里我重新出一片博客来解释一下. Mac的真实地址应该是:ADCF4D5FD3CF,这种,而不是AD:CF:4D:5F:D3:CF,这种是人为的加冒号,为了看起来方便吧: 那Mac地址怎么加减1呢?其实说白了Mac地址既然是ADCF4D5FD3CF这种格式的,那么它就是个16进制的数了,所以把它转换成10进制的,然后对它加减不就行了?理论上没问题,一般人呢是这么来把16进制转换为10进制的: int tenFormat = Intege

linux 设置网络API --- 开/关网卡、设置/获取Mac地址

最近在做项目过程中,由于在多线程中使用system函数,有时候出现莫名程序异常终止,最后决定替换所有的system函数,但是对于设置mac地址这个函数试了很多次都没有成功:今天在此总结下原因: 1. 编写的关闭/打开网卡函数没有延时:(一般情况设置开关网卡可能需要初始化,所以如果开关连续可能没有初始化成功,你可以试试在嵌入式Linux命令行下快速的开关网卡,也是没有反应的) 2. 类型转换问题:(由于为了便捷,使用sscanf提取mac字符串,如果使用8bit提取%x,转换出错,最后只能使用32