1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2026-02-06 00:53:23 +00:00

Quotes are distracting...

This commit is contained in:
Holger Just 2014-05-20 11:15:22 +02:00
parent 90a225ef75
commit 65e852fba3

View File

@ -294,7 +294,7 @@ d() {
with_project() {
local target=$(d "$1")
if [[ $target ]]; then
echo -e "\033[0;34m$2 \"$target\"\033[00m"
echo -e "\033[0;34m$2 $target\033[00m"
$2 "$target"
else
echo "unknown project"