Hey
This commit is contained in:
parent
84967eac60
commit
7a7a3b68f4
8 changed files with 65 additions and 10 deletions
4
bashrc
4
bashrc
|
@ -29,7 +29,7 @@ export PYTHONSTARTUP=$HOME/.config/pythonstartup.py
|
|||
# ALIASES
|
||||
|
||||
# Completion for existing commands
|
||||
export LS_OPTIONS='--group-directories-first --time-style=+"%d/%m/%Y %H:%M:%S" --color=auto --file-type --human-readable'
|
||||
export LS_OPTIONS='--group-directories-first --time-style=+"%Y-%m-%d %H:%M:%S" --color=auto --file-type --human-readable'
|
||||
alias ls="ls $LS_OPTIONS"
|
||||
alias grep='grep --color=tty -d skip'
|
||||
alias mkdir='mkdir -v'
|
||||
|
@ -55,7 +55,7 @@ alias please=sudo
|
|||
alias ll="ls -l $LS_OPTIONS"
|
||||
alias la="ls -la $LS_OPTIONS"
|
||||
alias x='startx; logout'
|
||||
alias nx='nvidia-startx; logout'
|
||||
alias nx='nvidia-xrun; logout'
|
||||
alias s='sudo -s -E'
|
||||
alias tracefiles="strace -f -t -e trace=file"
|
||||
alias n='urxvtc &'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue