Add alias cdc

This commit is contained in:
Johannes Rothe 2024-10-04 16:18:35 +02:00
parent 82e65e494b
commit d026e1d6bd

View File

@ -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";