Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Phundamentals committed Dec 16, 2023
1 parent d7c285e commit 56d9ad4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Bash/bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# User specific environment and startup programs.
#

export OPENSSH="/CProgram Files/OpenSSH"
export OPENSSH="/C/Program Files/OpenSSH"
export PUTTY="/C/Program Files/PuTTY"
export GNUPG="/C/Program Files (x86)/GnuPG"
#export GPG4WIN="/C/Program Files/Gpg4win"
Expand Down
2 changes: 1 addition & 1 deletion Bash/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ alias diff='diff --report-identical-files --side-by-side --ignore-all-space --ig
#alias k3='~/AppData/Local/KDiff3/bin/kdiff3.exe'

alias gs='git status --show-stash'
alias gsi='gsi --ignored'
alias gsi='gs --ignored'
alias gl='git log --abbrev-commit --graph --shortstat'
alias glo='git log --abbrev-commit --graph --oneline'
alias gd='git diff'
Expand Down

0 comments on commit 56d9ad4

Please sign in to comment.