Browse Source

work: ubuntu

master
Maxim Likhachev 11 years ago
parent
commit
38e87009b8
  1. 3
      etc/shell/bash/aliases

3
etc/shell/bash/aliases

@ -1,6 +1,6 @@
#!/bin/bash #################################################################### #!/bin/bash ####################################################################
# #
# Изменён: Чт 13 мар 2014 15:25:48 # Изменён: Чт. 10 апр. 2014 10:35:05
# #
################################################################################ ################################################################################
#{{{ Псевдонимы #{{{ Псевдонимы
@ -34,7 +34,6 @@ alias ps="ps -aux" #noindex
alias date="command date '+%A, %B %e %Y %H:%M:%S'" #noindex alias date="command date '+%A, %B %e %Y %H:%M:%S'" #noindex
alias grep='grep -E -i' #noindex alias grep='grep -E -i' #noindex
alias tree="tree -CAFa" #noindex alias tree="tree -CAFa" #noindex
alias sudo="su -c "$*"" #noindex
alias crontab_i="crontab $CRON" #noindex alias crontab_i="crontab $CRON" #noindex
alias crontab_e="$EDITOR $CRON" #noindex alias crontab_e="$EDITOR $CRON" #noindex
alias dmenu="dmenu -fn '-*-fixed-*-*-*-*-15-*-*-*-*-*-*-*'" #noindex alias dmenu="dmenu -fn '-*-fixed-*-*-*-*-15-*-*-*-*-*-*-*'" #noindex

Loading…
Cancel
Save