This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
cd show current directory
pull/1/head
10sr
11 years ago
parent
44bbd932ec
commit
e64c08eee0
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
shrc
+ 5
- 0
shrc
View File
@@ -449,6 +449,11 @@ isdarwin && alias updatedb="LC_ALL=C updatedb"
# do not use locate installed by macports
isdarwin && test -x /usr/bin/locate && alias locate="/usr/bin/locate"
cd(){
command cd "$@"
pwd
}
# pad
alias pad=notepad
__safe_alias pad=gedit
Write
Preview
Loading…
Cancel
Save