diff options
| author | Marc Vertes <mvertes@free.fr> | 2025-01-27 15:27:39 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2025-01-27 15:27:39 +0100 |
| commit | 36f68f4b7390defbb45ce3f2cc48840e4c52f0a2 (patch) | |
| tree | b05105d8de602fbaba1e6a70e680fc8e7394d223 /.bashrc | |
| parent | 5408fd4eaac7c8ee8fcfcdf08e5d375378ce1a78 (diff) | |
fixup
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -30,13 +30,13 @@ case $(uname -o) in alias ls='ls -GF' alias ll='ls -AlGFhv' alias ldd='otool -L' - trap 'printf "\e]2;${PWD/~/\~}: ${BASH_COMMAND/update_terminal_cwd/bash}\a"' DEBUG + trap 'printf "\e]2;${PWD/~/\~} ${BASH_COMMAND%update_terminal_cwd}\a"' DEBUG ;; (GNU/Linux|Linux) export GNUTERM='sixelgd enhanced truecolor font "arial,9"' alias ls='ls --color=auto -v' alias ll='ls -AlFhv' - [ -f /etc/arch-release ] || trap 'printf "\e]2;${PWD/~/\~}:\ ${BASH_COMMAND/ps1/bash}\a"' DEBUG + [ -f /etc/arch-release ] || trap 'printf "\e]2;${PWD/~/\~} ${BASH_COMMAND%ps1}\a"' DEBUG ;; esac @@ -69,6 +69,7 @@ alias timer='echo "Timer started. Stop with Ctrl-D." && date && time cat && date #alias cl='cf xft:Mono:size=12' #alias cp='cp --reflink' +alias grep='grep -i --color' alias more='less' alias vi='vim' alias view='vim -R' @@ -167,4 +168,4 @@ meteo() { #bind -m vi-command 'Control-l: clear-screen' #bind -m vi-insert 'Control-l: clear-screen' -# [ -f ~/.fzf.bash ] && source ~/.fzf.bash +[ -f ~/.fzf.bash ] && source ~/.fzf.bash |
