- cl: clear
- lc: clear then list current folder
- subl: run Sublime Text from terminal
- code: run Visual Studio Code from terminal
These fish functions will be stored in ~/.config/fish/functions/ For example your Mac account name is John then /Users/John/.config/fish/functions
git clone https://github.com/TechMaster/FishFunctionForMac.git
cd FishFunctionForMac
./install.sh
or do it manually
git clone https://github.com/TechMaster/FishFunctionForMac.git
cd FishFunctionForMac
cp *.fish ~/.configure/fish/functions
Written by cuong@techmaster.vn