summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/zsh/aliases.zsh14
1 files changed, 7 insertions, 7 deletions
diff --git a/.config/zsh/aliases.zsh b/.config/zsh/aliases.zsh
index eb664d2..7c65b1a 100644
--- a/.config/zsh/aliases.zsh
+++ b/.config/zsh/aliases.zsh
@@ -47,14 +47,14 @@ function p () {
}
function b2() {
- if [ $# -ne 2 ]; then
- echo "Wrong amount of parameters"
- return
- fi
+ if [ $# -ne 2 ]; then
+ echo "Wrong amount of parameters"
+ return
+ fi
- cp -v "${1}" "${2}"
- ekeyword ~all "${2}"
- ebuild "${2}" manifest
+ cp -v "${1}" "${2}";
+ (ekeyword all "${2}")
+ ebuild "${2}" manifest;
}
function b () {