/ functions / witches.bash
witches.bash
1  which(){
2     witch "$@"
3  }
4  
5  # Which ll
6  wll(){
7      ll `which $1`
8  }