mirror of
https://gitea.zaclys.com/yannic/dotfiles.git
synced 2026-06-15 11:11:57 +02:00
add .vimrc and update .bashrc
This commit is contained in:
+9
-1
@@ -58,6 +58,14 @@ PS1="$PROMPT_USER_COLOR\u$PROMPT_SSH $blue\w$reset $PROMPT_SYMBOL "
|
||||
# The ubiquitous 'll': directories first, with alphanumeric sorting
|
||||
alias ll="ls -lv --group-directories-first --ignore=.." # show long listing but no hidden dotfiles except "."
|
||||
alias la='ls -lav'
|
||||
|
||||
alias rm='rm --interactive --verbose'
|
||||
alias mv='mv --interactive --verbose'
|
||||
alias cp='cp --verbose --interactive'
|
||||
|
||||
alias wget='wget -c'
|
||||
alias dmesg='dmesg -T'
|
||||
alias grep='grep --color'
|
||||
alias vi='/usr/bin/vim'
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
@@ -79,4 +87,4 @@ fi
|
||||
|
||||
if [ -f "$HOME/.pythonz/pythons/CPython-3.9.1/bin/pew" ]; then
|
||||
source "$(pew shell_config)"
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user