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