Skip to content

Commit

Permalink
Merge pull request #371 from iAGorynT/iAGorynT-Code-Snippet-Changes
Browse files Browse the repository at this point in the history
Update .zshrc
  • Loading branch information
iAGorynT authored Sep 5, 2024
2 parents fba5cfc + f00f89a commit 8fc7e0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DotFiles/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ alias mdedit="open -a MacDown.app $1" # Launch MacDown From Terminal Command Pro
#=> Terminal List Commands
alias la="ls -a" # List All
alias ll="ls -al" # Long List
alias ss="clear; cd $HOME/ShellScripts; la" # Show Scripts
alias sst="clear; cd $HOME/ShellScripts/zTests; la" # Show Test Scripts
alias ss="clear; cd $HOME/ShellScripts; ll" # Show Scripts
alias sst="clear; cd $HOME/ShellScripts/zTests; ll" # Show Test Scripts
alias lc="echo -n 'Number of Files:'; ls | wc -l" # List File Count
#=> End Terminal List Commands

Expand Down

0 comments on commit 8fc7e0c

Please sign in to comment.