summaryrefslogtreecommitdiff
path: root/net:foret
diff options
context:
space:
mode:
Diffstat (limited to 'net:foret')
-rw-r--r--net:foret/Completion.zsh2
-rw-r--r--net:foret/Prompts.zsh2
-rw-r--r--net:foret/compsys/sdk/_endurance (renamed from net:foret/completion/_endurance)0
-rw-r--r--net:foret/compsys/sdk/_sdk-targets (renamed from net:foret/completion/_sdk-targets)0
-rw-r--r--net:foret/user:hiegel/Hashes.zsh1
5 files changed, 3 insertions, 2 deletions
diff --git a/net:foret/Completion.zsh b/net:foret/Completion.zsh
index 0243102..50e1708 100644
--- a/net:foret/Completion.zsh
+++ b/net:foret/Completion.zsh
@@ -8,6 +8,6 @@
## NO WARRANTY PROVIDED, USE AT YOUR OWN RISKS
##
-fpath=($specific_script:h/completion $fpath)
+fpath=($subscript:h/compsys/sdk $fpath)
compinit
diff --git a/net:foret/Prompts.zsh b/net:foret/Prompts.zsh
index d93120d..85c30f4 100644
--- a/net:foret/Prompts.zsh
+++ b/net:foret/Prompts.zsh
@@ -46,7 +46,7 @@ __compilation_target ()
[ -n "$TARGET" ] || return
echo -n $C_
export | grep -q '^TARGET=' && echo -n "1;"
- echo -n $_make_colors[target]$_C$TARGET
+ echo -n $_make_colors[target]$_C$(echo $TARGET | sed 's/-\([A-Z]\)[A-Z]\+/-\1/g')
}
__verbose_compilation ()
diff --git a/net:foret/completion/_endurance b/net:foret/compsys/sdk/_endurance
index 1af5d51..1af5d51 100644
--- a/net:foret/completion/_endurance
+++ b/net:foret/compsys/sdk/_endurance
diff --git a/net:foret/completion/_sdk-targets b/net:foret/compsys/sdk/_sdk-targets
index 3428566..3428566 100644
--- a/net:foret/completion/_sdk-targets
+++ b/net:foret/compsys/sdk/_sdk-targets
diff --git a/net:foret/user:hiegel/Hashes.zsh b/net:foret/user:hiegel/Hashes.zsh
index 8f564ca..fc58d3c 100644
--- a/net:foret/user:hiegel/Hashes.zsh
+++ b/net:foret/user:hiegel/Hashes.zsh
@@ -1,4 +1,5 @@
hash -d work=/work/$USER
hash -d share=/share/public/hugues
+hash -d hugues=/home/hugues