diff --git a/.bashrc b/.bashrc index e1442c3..a97eceb 100644 --- a/.bashrc +++ b/.bashrc @@ -61,7 +61,7 @@ add_path() { printf -v path %s: "${path_list[@]}" export PATH=${path%:} } - + ### # Library loader ###