Browse Source

bash: ++ls --hyperlink

Maxim Likhachev 5 years ago
parent
commit
75f9ea8c5b
  1. 1
      etc/shell/bash/aliases
  2. 1
      etc/shell/bash/aliases_linux
  3. 2
      etc/shell/bash/aliases_macos

1
etc/shell/bash/aliases

@ -29,6 +29,7 @@ alias g++="g++ -Os -Wall" #noindex @@ -29,6 +29,7 @@ alias g++="g++ -Os -Wall" #noindex
alias echo="echo -e" #noindex
alias less="less -R" #noindex
alias lss='\ls --format=single-column' #noindex
alias lsh='ls --hyperlink' #noindex
alias nl="nl -b a" #noindex
alias df='df -hT' #noindex
alias dfc='dfc -t apfs,ext4,fuseblk,osxfuse -w -s -T' #noindex

1
etc/shell/bash/aliases_linux

@ -7,6 +7,7 @@ vdir-with-icons() { vdir-i --color=always -N -w $(tput cols) "$@"; } #noindex @@ -7,6 +7,7 @@ vdir-with-icons() { vdir-i --color=always -N -w $(tput cols) "$@"; } #noindex
alias ls='ls-with-icons -lGhpXv --color=always --group-directories-first' #noindex
alias lsl='ls-with-icons -L' #noindex
alias lst='ls-with-icons -al --time-style=+%D | grep $(\date +%D)' #noindex
alias lsh='ls-with-icons --hyperlink' #noindex
alias ps="ps -aux" #noindex
alias ping="pingp --nolegend" #noindex

2
etc/shell/bash/aliases_macos

@ -3,7 +3,7 @@ alias ls='ls -lGhpv --color=always --group-directories-first' #noindex @@ -3,7 +3,7 @@ alias ls='ls -lGhpv --color=always --group-directories-first' #noindex
alias lsl='ls -L' #noindex
alias lst='ls -al --time-style=+%D | grep $(\date +%D)' #noindex
alias ps="ps aux" #noindex
alias ps="ps aux" #noindex
dropdns() {
DNS_RESPONDER=$(ps | grep [_]mdnsresponder | awk '{ print $2 }')

Loading…
Cancel
Save