Skip to content

Commit

Permalink
Remove .. alias
Browse files Browse the repository at this point in the history
After setting "autocd" in Bash it's no longer needed.
  • Loading branch information
Pinjasaur committed Dec 13, 2017
1 parent cd6f202 commit 0d18d80
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .aliases
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ alias grep='grep --color=auto'
alias fgrep='fgrep --color=auto'
alias egrep='egrep --color=auto'

# Go up a directory
# See 'up' in .functions
alias ..='cd ..'

# Add 'pbcopy' and 'pbpaste' aliases if `xclip` is installed
# Source: https://github.com/Bash-it/bash-it/blob/master/aliases/available/clipboard.aliases.bash
case $OSTYPE in
Expand Down

0 comments on commit 0d18d80

Please sign in to comment.