15

webkit-tools/env.sh

 3 years ago
source link: https://github.com/eocanha/webkit-tools/blob/master/env.sh
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Permalink

Join GitHub today

GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.

Sign up

executable file 13 lines (12 sloc) 332 Bytes

#!/bin/bash

# Avoid declaring things twice if [ -z "$W" ] then export W=/home/enrique/work/webkit export T=$W/tools export PATH=$W/tools:$W/WebKit/Tools/Scripts:$W/WebKit/Tools/gtk:$PATH export PS1='(webkit):\w$(__git_ps1 " (\[\033[31m\]%s\[\033[00m\])")\$ ' alias cdw="cd $W" alias cdwk="cd $W/WebKit" alias cdt="cd $T" fi


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK