Add alias cdc
This commit is contained in:
parent
82e65e494b
commit
d026e1d6bd
@ -29,6 +29,7 @@
|
||||
exec sway
|
||||
end
|
||||
'';
|
||||
# TODO add PYTHONPATH on non nix systems
|
||||
# disable greeting
|
||||
shellInit = ''
|
||||
set fish_greeting
|
||||
@ -45,6 +46,7 @@
|
||||
shellAliases = {
|
||||
"..." = "cd ../..";
|
||||
"cds" = "cd ~/src/";
|
||||
"cdc" = "cd ~/catkin_ws/src/";
|
||||
"ll" = "ls -lh";
|
||||
"cal" = "rusti-cal --color -w";
|
||||
"ip" = "ip -c";
|
||||
|
Loading…
x
Reference in New Issue
Block a user