summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2020-05-11 11:45:47 +0200
committerMarc Vertes <mvertes@free.fr>2020-05-11 11:45:47 +0200
commit5bd55a186b8860c3d9e2e9e0af534e81f03159ae (patch)
tree9647e8e39fc650f4e6e86a03a80106a991d04d40 /.bashrc
parentc2a5ccee03cbe70965189910da97da5ca006517b (diff)
update
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc7
1 files changed, 3 insertions, 4 deletions
diff --git a/.bashrc b/.bashrc
index 07ae13d..1ff58cd 100644
--- a/.bashrc
+++ b/.bashrc
@@ -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'