Browse Source

bash: aliases: tree --info

master
Maxim Likhachev 3 years ago
parent
commit
46b3915995
  1. 2
      etc/shell/bash/aliases
  2. 4
      etc/shell/bash/bashrc

2
etc/shell/bash/aliases

@ -60,7 +60,7 @@ alias du='du -hs' #noindex
alias ip='ip -color=auto' #noindex alias ip='ip -color=auto' #noindex
alias free="free -m" #noindex alias free="free -m" #noindex
alias wget='wget -c -T 5' #noindex alias wget='wget -c -T 5' #noindex
alias tree="tree -CF" #noindex alias tree="tree --dirsfirst --info -CF" #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

4
etc/shell/bash/bashrc

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# #
# Изменён: Ср 22 июн 2022 13:43:39 # Изменён: ср 14 сен 2022 12:10:16
# #
################################################################################ ################################################################################
@ -40,6 +40,8 @@ export EDITOR="nvim -p" #Стандартный редактор
export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket" #SSH Agent export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket" #SSH Agent
export SHELLCHECK_OPTS='-o all'
# Go # Go
export CGO_ENABLED=0 export CGO_ENABLED=0
export GOPATH="$HOME/.go" export GOPATH="$HOME/.go"

Loading…
Cancel
Save