Add cds and cdc aliases
All checks were successful
dotfiles/pipeline/head This commit looks good

This commit is contained in:
Johannes Rothe 2021-08-31 17:55:33 +02:00
parent 24d1a271a8
commit a86432f7be
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
# Defined in - @ line 1
function cdc --wraps='cd ~/catkin_ws/src/' --description 'alias cdc=cd ~/catkin_ws/src/'
cd ~/catkin_ws/src/ $argv;
end

View File

@ -0,0 +1,4 @@
# Defined in - @ line 1
function cds --wraps='cd ~/src/' --description 'alias cds=cd ~/src/'
cd ~/src/ $argv;
end