From b1e86fd7e719ff243535751cf8bc3c75f8531f29 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 5 Sep 2022 14:08:27 +0100 Subject: porting some ksh aliases and functions to fish --- fish/functions/myupdatesrc.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fish/functions/myupdatesrc.fish (limited to 'fish/functions/myupdatesrc.fish') diff --git a/fish/functions/myupdatesrc.fish b/fish/functions/myupdatesrc.fish new file mode 100644 index 0000000..5361550 --- /dev/null +++ b/fish/functions/myupdatesrc.fish @@ -0,0 +1,3 @@ +function myupdatesrc --wraps='cd /usr && cvs -d anoncvs@anoncvs.spacehopper.org:/cvs -q up -Pd -A src && cd - || return' --description 'alias myupdatesrc=cd /usr && cvs -d anoncvs@anoncvs.spacehopper.org:/cvs -q up -Pd -A src && cd - || return' + cd /usr && cvs -d anoncvs@anoncvs.spacehopper.org:/cvs -q up -Pd -A src && cd - || return $argv; +end -- cgit v1.2.3