From 61210aae868701296fdbe21df51eb8d1d1a9f97b Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 17 Feb 2019 06:35:07 +0200 Subject: [PATCH] Added Endless directory to CDPATH. --- .bashrc | 2 +- Documents/Endless/.gitkeep | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 Documents/Endless/.gitkeep diff --git a/.bashrc b/.bashrc index 303ec8f..87df483 100644 --- a/.bashrc +++ b/.bashrc @@ -44,7 +44,7 @@ export LESS_TERMCAP_ue=$'\E[0m' export PS0="\$(__prerun)" # shellcheck disable=SC1117 export PS1="\[\$(__prompt)\]\u@\h:\w\$ " -export CDPATH="$HOME/Documents:$HOME/Documents/Shore" +export CDPATH="$HOME/Documents:$HOME/Documents/Shore:$HOME/Documents/Endless" alias ll='ls -lha' alias la='ls -A' diff --git a/Documents/Endless/.gitkeep b/Documents/Endless/.gitkeep new file mode 100644 index 0000000..e69de29 -- GitLab