diff options
| author | Marc Vertes <mvertes@free.fr> | 2020-05-11 11:45:47 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2020-05-11 11:45:47 +0200 |
| commit | 5bd55a186b8860c3d9e2e9e0af534e81f03159ae (patch) | |
| tree | 9647e8e39fc650f4e6e86a03a80106a991d04d40 /.bashrc | |
| parent | c2a5ccee03cbe70965189910da97da5ca006517b (diff) | |
update
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,6 +1,4 @@ -# # ~/.bashrc -# # If not running interactively, don't do anything [[ $- != *i* ]] && return @@ -40,8 +38,8 @@ alias timer='echo "Timer started. Stop with Ctrl-D." && date && time cat && date export TERMINAL=xt alias cl='cf xft:Mono:size=12' -alias ls='ls --color=auto' -alias ll='ls -AlFh' +alias ls='ls --color=auto -v' +alias ll='ls -AlFhv' #alias op='xdg-open' alias git='hub' #alias go='go1.14.1' @@ -58,6 +56,7 @@ alias gtb='go test -cpuprofile cpu.out -memprofile mem.out -benchmem -bench' alias rvi='sudo vim' alias rxt='sudo xt' alias rxvi='sudo xvi' +alias ww='vi ~/Wiki/HomePage' alias uc='systemctl --user' alias wpa='sudo wpa_gui -i wlo1' |
