Skip to content

Commit

Permalink
Add .zshrc file for zshell environments
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Del Greco committed Oct 2, 2024
1 parent 7297674 commit 8c365a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source ~/.bash_profile

# override to do the prompt in the zsh way
#export PROMPT='%n@local: '
export PROMPT='@local: '

1 change: 1 addition & 0 deletions linkFiles.pl
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ sub _linkConfigFiles {
'.gitconfig',
'.gnupg',
'.tmux.conf',
'.zshrc',
);
foreach my $file ( @files ) {
if ( -e "$ENV{HOME}/$file" && ! -l "$ENV{HOME}/$file" ) {
Expand Down

0 comments on commit 8c365a0

Please sign in to comment.