mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Cleanup .orig files.
This commit is contained in:
parent
ad4e88bc23
commit
c31f9e6f09
3 changed files with 0 additions and 221 deletions
|
|
@ -1,52 +0,0 @@
|
|||
# Push and pop directories on directory stack
|
||||
alias pu='pushd'
|
||||
alias po='popd'
|
||||
|
||||
# Basic directory operations
|
||||
alias ...='cd ../..'
|
||||
alias -- -='cd -'
|
||||
|
||||
# Super user
|
||||
alias _='sudo'
|
||||
alias please='sudo'
|
||||
|
||||
#alias g='grep -in'
|
||||
|
||||
# Show history
|
||||
if [ "$HIST_STAMPS" = "mm/dd/yyyy" ]
|
||||
then
|
||||
alias history='fc -fl 1'
|
||||
elif [ "$HIST_STAMPS" = "dd.mm.yyyy" ]
|
||||
then
|
||||
alias history='fc -El 1'
|
||||
elif [ "$HIST_STAMPS" = "yyyy-mm-dd" ]
|
||||
then
|
||||
alias history='fc -il 1'
|
||||
else
|
||||
alias history='fc -l 1'
|
||||
fi
|
||||
|
||||
alias afind='ack-grep -il'
|
||||
# List direcory contents
|
||||
alias lsa='ls -lah'
|
||||
<<<<<<< HEAD
|
||||
alias l='ls -la'
|
||||
alias ll='ls -l'
|
||||
alias la='ls -lA'
|
||||
alias l=la
|
||||
=======
|
||||
alias l='ls -lah'
|
||||
alias ll='ls -lh'
|
||||
alias la='ls -lAh'
|
||||
>>>>>>> blessed-master
|
||||
alias sl=ls # often screw this up
|
||||
# Git aliases
|
||||
alias gita='git add -A'
|
||||
alias gits='git st'
|
||||
alias gitl='git l'
|
||||
alias gitw='git who'
|
||||
alias gitt='git tags'
|
||||
# Aliases
|
||||
alias ta='tmux attach -t'
|
||||
alias tl='tmux list-session'
|
||||
alias ts='tmux new-session'
|
||||
Loading…
Add table
Add a link
Reference in a new issue