aboutsummaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index fe062c3..a30b48b 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -5,6 +5,7 @@ export ZSH="/home/$USER/.oh-my-zsh"
export PATH="$PATH:/usr/bin/docker:/usr/local/arm-cross-compiler/install/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/bin:/home/omar/Android/Sdk"
export PATH="$PATH":"$HOME/.pub-cache/bin"
export PATH="$PATH:/opt/usr/bin/"
+export PATH="$PATH:$HOME/.scripts/"
# Starship prompt
@@ -107,6 +108,10 @@ function cl() {
cd "$@" && ls
}
+copyfile() {
+ cat "$@" | xclip -sel clipboard
+}
+
## interactivley cd ##
fcd() {
local dir