Skip to content

Commit

Permalink
Add cd to home in .zshrc and .bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelemc committed Dec 2, 2024
1 parent faee3cd commit e518858
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions oobe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ if getent passwd "$DEFAULT_UID" > /dev/null ; then

echo -e "\033[32mWelcome to Containerlab's WSL distribution\033[0m"

echo "cd ~" >> /home/clab/.bashrc

PS3="
Please select which shell you'd like to use: "

Expand Down
2 changes: 2 additions & 0 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,5 @@ eval "$(pyenv init -)"

# go path
export PATH=$PATH:/usr/local/go/bin:~/go/bin

cd ~

0 comments on commit e518858

Please sign in to comment.