diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-08-28 10:25:05 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-08-28 10:25:05 +0200 |
| commit | c96cd6c915575cd5be8971cba45f3dac6ecac417 (patch) | |
| tree | 99ba0ac0755f7a8d09b14b19447955d91e0bb233 /.bashrc | |
| parent | 5e7612fb8ebc8dfd5fcac28e6ea9440b13046ffe (diff) | |
| download | dotfiles-c96cd6c915575cd5be8971cba45f3dac6ecac417.tar.gz dotfiles-c96cd6c915575cd5be8971cba45f3dac6ecac417.zip | |
bash: Remove unused aliases
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -46,12 +46,9 @@ source_maybe "$HOME/.config/user-dirs.dirs" # Beautifying ls command. alias ls='ls --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F' -alias ll='ls -l --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F' -alias la='ls -la --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F' alias lisa='ls -lisa --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F' # Alias related to cd -alias ..='cd ..' alias cd..='cd ..' ## @@ -77,7 +74,6 @@ fi # call the proper editor depending on what's installed on the system. export EDITOR=e export VISUAL=e -alias vi=vim # We want a full-fledged 256-color terminal. TERM=xterm-256color @@ -141,7 +137,6 @@ export PATH=$HOME/.local/bin:$PATH # Some other misc. alias. alias iosc="osc -A https://api.suse.de" -alias ag='ag --nocolor --path-to-ignore ~/.agignore' alias random_string="cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 64 | head -n 1" # Cargo environment. @@ -183,7 +178,6 @@ alias ssh="gpg-connect-agent updatestartuptty /bye >/dev/null; ssh" # Handy alias for the ip command alias ip="ip --color" -alias ipb="ip --color --brief" # Add the binaries of Doom Emacs into my PATH. export PATH=$PATH:$HOME/.config/emacs/bin |
