From 20d68d3de011282727f3fe9701fcce310a0c5135 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Sat, 8 Jun 2024 09:52:43 +0200 Subject: changed many things --- bash/.bashrc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bash') diff --git a/bash/.bashrc b/bash/.bashrc index 02e7ac1..635ec52 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -11,7 +11,6 @@ alias pgs="pass git push" alias spt="spotify_player -d" alias swconf="nvim ~/.config/sway/config" alias sandisk="sudo mount /dev/sda1 /mnt/sandisk && cd /mnt/sandisk/" -alias fd='cd "$(find ~/documents/ ~/downloads/ ~/.config/ ~/uni/ -type d | fzf -i)"' alias :q="exit" alias ..="cd .." alias v="vim" @@ -24,6 +23,3 @@ bind '"\e[B":history-search-forward' # Start programs eval "$(starship init bash)" eval "$(zoxide init --cmd='cd' bash)" - -# Navtag -#source /home/chris/.scripts/navtag/commands.sh -- cgit 1.4.1