Skip to content

Commit

Permalink
bash: short history alias and use vim for fix command editor
Browse files Browse the repository at this point in the history
  • Loading branch information
ches committed Oct 21, 2009
1 parent 0516f6d commit 84e87ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bash.d/aliases.sh 100644 → 100755
Expand Up @@ -9,6 +9,8 @@ alias ln="ln -i"
# #
# Other handy aliases # Other handy aliases
# #
alias h=history

alias ll="ls -laF" alias ll="ls -laF"
alias la='ls -A' alias la='ls -A'
alias l='ls -CF' alias l='ls -CF'
Expand Down
2 changes: 2 additions & 0 deletions .bash.d/platform-osx.sh
Expand Up @@ -4,6 +4,8 @@
export EDITOR='mate -w' export EDITOR='mate -w'
export VISUAL='mate -w' export VISUAL='mate -w'


export FCEDIT=vim

# Nix flow control keys so readline inc search, emacs, etc. can have them # Nix flow control keys so readline inc search, emacs, etc. can have them
stty stop undef stty stop undef
stty start undef stty start undef
Expand Down

0 comments on commit 84e87ca

Please sign in to comment.